feat: add proxy auto scroll toggle setting (#3674)

* feat: add proxy auto scroll toggle setting

* refactor: rename enable_proxy_auto_scroll to enable_hover_jump_navigator

* 参考 Unified Delay 调整式样
This commit is contained in:
rebecca554owen
2025-06-11 13:21:24 +08:00
committed by GitHub
parent 22eac1a832
commit 4f474e1098
7 changed files with 52 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ const SettingSystem = ({ onError }: Props) => {
enable_silent_start,
enable_system_proxy,
proxy_auto_config,
enable_hover_jump_navigator,
} = verge ?? {};
const onSwitchFormat = (_e: any, value: boolean) => value;