feat: add configurable hover jump navigator delay (#5178)

* fix: hover options

* feat: add configurable hover jump navigator delay

- Added `hover_jump_navigator_delay` to Verge config defaults, patch flow, and response payload for persistent app-wide settings.
- Made proxy navigator respect configurable delay via `DEFAULT_HOVER_DELAY` and new `hoverDelay` prop.
- Threaded stored delay through proxy list so hover scrolling uses Verge-configured value.
- Added "Hover Jump Navigator Delay" control in Layout settings with clamped numeric input, tooltip, and toggle-aware disabling.
- Localized new labels in English, Simplified Chinese, and Traditional Chinese.
- Extended frontend Verge config type to include delay field for type-safe access.

* docs: UPDATELOG.md
This commit is contained in:
Sline
2025-10-23 13:14:01 +08:00
committed by GitHub
parent 9ea9704bbf
commit 8657cedca0
9 changed files with 135 additions and 13 deletions

View File

@@ -284,6 +284,8 @@
"Silent Start Info": "Start the program in background mode without displaying the panel",
"Hover Jump Navigator": "Hover Jump Navigator",
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
"TG Channel": "Telegram Channel",
"Manual": "Manual",
"Github Repo": "Github Repo",