We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19eda1d commit b04e7cdCopy full SHA for b04e7cd
custom.conf
@@ -2,12 +2,12 @@
2
"title": "背光控制",
3
"content": "控制背光",
4
"button2": {
5
- "cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.release_backlight",
+ "cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.lock_backlight",
6
"txt": "锁定背光",
7
"code": {"0": "执行成功", "-1": "执行失败"}
8
},
9
"button1": {
10
- "cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.lock_backlight",
+ "cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.release_backlight",
11
"txt": "解锁背光",
12
13
}
0 commit comments