mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-24 03:28:23 +08:00
- Introduced `Manager.Remove` to delete runtime auth and unschedule associated tasks. - Updated handler logic to directly remove auth instead of marking as disabled. - Added tests to validate removal, unscheduling, and runtime state handling. - Added a test to validate `skipPersist` behavior during registration. - Enhanced `Remove` test to verify auto-refresh loop state before and after removal. Closes: #3690