Skip to content

Commit 1b5d42c

Browse files
committed
update custom.conf
1 parent 5a72139 commit 1b5d42c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

custom.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"title": "背光控制",
33
"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-
},
94
"button1": {
105
"cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.release_backlight",
116
"txt": "解锁背光",
127
"code": {"0": "执行成功", "-1": "执行失败"}
8+
},
9+
"button2": {
10+
"cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.lock_backlight",
11+
"txt": "锁定背光",
12+
"code": {"0": "执行成功", "-1": "执行失败"}
1313
}
1414
}

0 commit comments

Comments
 (0)