update 2024-11-27 11:44:24

This commit is contained in:
actions-user
2024-11-27 11:44:24 +08:00
parent 11660fafed
commit 2d3b6ebe4a
11 changed files with 167 additions and 0 deletions

View File

@ -0,0 +1,4 @@
config global
option mode 'dark'
option navbar 'display'
option navbar_proxy 'openclash'

View File

@ -0,0 +1,6 @@
#!/bin/sh
sed -i 's/cbi.submit\"] = true/cbi.submit\"] = \"1\"/g' /usr/lib/lua/luci/dispatcher.lua
rm -f /tmp/luci-indexcache
exit 0

View File

@ -0,0 +1,11 @@
{
"luci-app-design-config": {
"description": "Grant UCI access for luci-app-design-config",
"read": {
"uci": [ "design" ]
},
"write": {
"uci": [ "design" ]
}
}
}