迁移后端到stdb

This commit is contained in:
2026-04-19 09:17:15 +00:00
parent 7f2860bc43
commit d06b3ad38c
76 changed files with 13399 additions and 1304 deletions

View File

@@ -1,5 +1,5 @@
export type AuthBindingStatus = 'active' | 'pending_bind_phone';
export type AuthLoginMethod = 'password' | 'phone' | 'wechat';
export type AuthLoginMethod = 'guest' | 'jwt' | 'password' | 'phone' | 'wechat';
export type AuthUser = {
id: string;