发布

  • refactor(auth): replace `TokenRecord` with `coreauth.Auth` and migrate `TokenStore` to `coreauth.Store`

    frostbyte_neo 发布于 2025-09-29 01:31:21 +00:00

    • Replaced TokenRecord with coreauth.Auth for centralized and consistent authentication data structures.
    • Migrated TokenStore interface to coreauth.Store for alignment with core CLIProxy authentication.
    • Updated related login methods, token persistence logic, and file storage handling to use the new coreauth.Auth model.
    下载附件