From de705431f7b999145136c3ba9dea30eceb4cfe23 Mon Sep 17 00:00:00 2001 From: swpa Date: Mon, 18 May 2026 11:51:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=B7=B1=E5=BA=A6?= =?UTF-8?q?=E9=81=8E=E6=BF=BE=E6=94=94=E6=88=AA=E5=99=A8=E8=BE=A8=E8=AD=98?= =?UTF-8?q?=E7=AC=A6=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- routers/config.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0c791d8..7bb0506 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,8 @@
- - + + 狀態:未連線
diff --git a/routers/config.py b/routers/config.py index b4d7612..b9400b4 100644 --- a/routers/config.py +++ b/routers/config.py @@ -231,7 +231,7 @@ async def get_full_config(host: str, username: str, password: str = "", skip_fil hidden_keys = settings.get("hidden_keys", []) for path in hidden_keys: - keys = path.split('.') + keys = path.split('::') current = perfect_tree # 走到倒數第二層 for k in keys[:-1]: