first commit

This commit is contained in:
2025-04-24 11:10:30 +08:00
commit 8444433e5b
134 changed files with 13484 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 本地环境
VITE_USER_NODE_ENV = development
# 公共基础路径
VITE_PUBLIC_PATH = /
# proxy
VITE_PROXY = [["/api","http://localhost:8080"]]