Skip to content

Commit 5a72139

Browse files
author
fuyb
committed
Merge pull request #1 from aapu/patch-1
Update custom.conf
2 parents 19eda1d + b04e7cd commit 5a72139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"title": "背光控制",
33
"content": "控制背光",
44
"button2": {
5-
"cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.release_backlight",
5+
"cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.lock_backlight",
66
"txt": "锁定背光",
77
"code": {"0": "执行成功", "-1": "执行失败"}
88
},
99
"button1": {
10-
"cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.lock_backlight",
10+
"cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.release_backlight",
1111
"txt": "解锁背光",
1212
"code": {"0": "执行成功", "-1": "执行失败"}
1313
}

0 commit comments

Comments
 (0)