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]: