feat: 添加后端接口

This commit is contained in:
ChenZhaoYu
2023-02-09 14:55:27 +08:00
parent 50c9288802
commit d796e10ec6
11 changed files with 841 additions and 67 deletions

4
src/typings/env.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
interface ImportMetaEnv {
/** api url */
readonly VITE_GLOB_API_URL: string;
}