Skip to content

Commit 61f0641

Browse files
committed
长亮和自动熄灭写反了
大bug啊
1 parent 70c52e3 commit 61f0641

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
@@ -3,12 +3,12 @@
33
"content": "控制背光",
44
"button1": {
55
"cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.release_backlight",
6-
"txt": "屏幕长亮",
6+
"txt": "自动熄灭",
77
"code": {"0": "执行成功", "-1": "执行失败"}
88
},
99
"button2": {
1010
"cmd": "lua /system/share/lua/5.1/tp_entry.lua sys_api.lock_backlight",
11-
"txt": "自动熄灭",
11+
"txt": "屏幕长亮",
1212
"code": {"0": "执行成功", "-1": "执行失败"}
1313
}
1414
}

0 commit comments

Comments
 (0)