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 5a72139 commit 1b5d42cCopy full SHA for 1b5d42c
custom.conf
@@ -1,14 +1,14 @@
1
{
2
"title": "背光控制",
3
"content": "控制背光",
4
- "button2": {
5
- "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.release_backlight",
11
"txt": "解锁背光",
12
"code": {"0": "执行成功", "-1": "执行失败"}
+ },
+ "button2": {
+ "cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.lock_backlight",
+ "txt": "锁定背光",
+ "code": {"0": "执行成功", "-1": "执行失败"}
13
}
14
0 commit comments