mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 08:17:11 +00:00
Pausing an account now physically moves the token file to auth/paused/ subdirectory, preventing CLIProxyAPI from discovering and using it. Resume moves the file back to auth/ directory. Changes: - Add getPausedDir() helper for paused tokens location - Update pauseAccount() to move token to paused/ subdir - Update resumeAccount() to move token back to auth/ - Update syncRegistryWithTokenFiles() to check both directories - Update removeAccount() to clean up from both directories - Update getAccountTokenPath() to return correct path based on state Fixes #337