feat(api): 添加重置用户密码接口
This commit is contained in:
3
src/types/env.d.ts
vendored
3
src/types/env.d.ts
vendored
@@ -12,6 +12,9 @@ interface ImportMetaEnv {
|
||||
/** API服务器URL */
|
||||
readonly VITE_APP_API_URL: string;
|
||||
|
||||
/** 应用版本号 */
|
||||
readonly VITE_APP_VERSION: string;
|
||||
|
||||
/**
|
||||
* WebSocket 端点
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user