update 2026-07-31 01:20:30

This commit is contained in:
action
2026-07-31 01:20:30 +08:00
parent 6702e14108
commit ac7cd5bc71
14 changed files with 333 additions and 37 deletions
@@ -0,0 +1,13 @@
{
"admin/services/uugamebooster": {
"title": "UU GameAcc",
"action": {
"type": "view",
"path": "uugamebooster"
},
"depends": {
"acl": [ "luci-app-uugamebooster" ],
"uci": { "uugamebooster": true }
}
}
}
@@ -0,0 +1,14 @@
{
"luci-app-uugamebooster": {
"description": "Grant UCI access for luci-app-uugamebooster",
"read": {
"uci": [ "uugamebooster" ],
"ubus": {
"service": [ "list" ]
}
},
"write": {
"uci": [ "uugamebooster" ]
}
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB