增加暗色模式切换

This commit is contained in:
Alex Yang
2026-01-28 11:20:00 +08:00
parent a5dc5841fb
commit 2e85bbe7c7
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": {