refactor: remove unused subscription plans and router files

This commit is contained in:
2026-06-29 10:56:08 +08:00
parent b7779878cf
commit 1ebd29d1ed
6 changed files with 3 additions and 190 deletions
+1 -3
View File
@@ -75,9 +75,7 @@ export class AuthStorage implements IAuthStorage {
}
// ---- refresh token ----
// TODO(security): 升级到 HttpOnly Cookie 方案
// SECURITY: 明文存储,仅供本轮与 Dart 行为对齐
getRefreshToken(): Promise<ResultT<string | null>> {
return SpAsyncUtil.getString(StorageKeys.refreshToken);
}