6 Commits

Author SHA1 Message Date
Tunglies
18ef7f0272
feat: enhance proxy management with caching and refresh logic 2025-06-30 20:14:04 +08:00
希亚的西红柿
4e54b61380
fix: silent start does not take effect (#3708)
* fix: light mode error

* feat: optimize the logic

* fix: clippy issues
2025-06-12 23:39:03 +08:00
Tunglies
07738dd82d
feat: implement lightweight mode state management and initialization #3344, d05952e945b049628b5782a0ae1fdeeb39f4d431 2025-06-11 04:20:50 +08:00
Tunglies
30015dfd67
refactor(state/proxy): use Box<Value> for providers_proxies to reduce struct size
- Changed providers_proxies from Value to Box<Value> in CmdProxyState
- Reduces struct size from 32 bytes to 8 bytes, optimizing memory usage
2025-06-06 12:46:58 +08:00
Tunglies
80f550d67e
refactor(proxy): enhance proxy state management and refresh logic 2025-06-05 20:10:28 +08:00
Tunglies
fee6a586d7
feat: implement CmdProxyState for managing proxy refresh state and add state management module
refactor: remove unnecessary macOS conditional compilation directive
2025-06-05 19:34:24 +08:00