wip: 临时提交

This commit is contained in:
ray
2025-05-29 08:28:46 +08:00
parent 9fba279490
commit 8962f01b09
23 changed files with 1457 additions and 2372 deletions

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

@@ -12,6 +12,11 @@ interface ImportMetaEnv {
* API 服务器的 URL
*/
VITE_APP_API_URL: string;
/**
* WebSocket 端点
*/
VITE_APP_WS_ENDPOINT: string;
}
interface ImportMeta {