点赞和改造开关加入后台配置

This commit is contained in:
2026-06-10 14:36:56 +08:00
parent 9db467d23f
commit e29992cf01
33 changed files with 1644 additions and 380 deletions

View File

@@ -156,8 +156,7 @@ export type AuthPhoneChangeResponse = {
};
export type AuthRefreshResponse = {
ok: true;
token?: string;
token: string;
};
export type AuthSessionSummary = {