feat(api): 添加重置用户密码接口

This commit is contained in:
Ray.Hao
2026-03-13 20:35:55 +08:00
parent 306d167a55
commit 24d1c3477b
21 changed files with 657 additions and 688 deletions

3
src/types/env.d.ts vendored
View File

@@ -12,6 +12,9 @@ interface ImportMetaEnv {
/** API服务器URL */
readonly VITE_APP_API_URL: string;
/** 应用版本号 */
readonly VITE_APP_VERSION: string;
/**
* WebSocket 端点
*/