Clash/app/ui/config
2025-12-03 09:07:29 +08:00

19 lines
445 B
Plaintext

{
".url": {
"Clash.Application": {
"title": "Clash",
"icon": "images/icon-{0}.png",
"type": "iframe",
"protocol": "http",
"port": "9090",
"url": "/ui",
"allUsers": false,
"control": {
"accessPerm": "readonly",
"portPerm": "readonly",
"pathPerm": "readonly"
}
}
}
}