增加暗色模式切换

This commit is contained in:
Alex Yang
2026-01-28 11:16:58 +08:00
parent bf845c52a5
commit f54afee80b
10 changed files with 6491 additions and 209 deletions

View File

@@ -53,7 +53,7 @@
"cacheFilePath": "data/cache.json"
},
"http": {
"port": 8080,
"port": 8081,
"host": "0.0.0.0",
"enableAPI": true,
"username": "admin",
@@ -150,8 +150,8 @@
"statsSaveInterval": 60
},
"gfwList": {
"ip": "127.0.0.1",
"content": "",
"ip": "10.35.10.200",
"content": "/root/dns/data/gfwlist.txt",
"enabled": false
},
"log": {