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.
2 parents 19eda1d + b04e7cd commit 5a72139Copy full SHA for 5a72139
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