This commit is contained in:
2026-03-14 12:32:15 +08:00
parent 3a804ac033
commit 1c4e845dae
492 changed files with 146765 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# API 基础地址
VITE_API_BASE_URL=http://localhost:8000
# 应用配置
VITE_APP_TITLE=Hertz Admin
VITE_APP_VERSION=1.0.0
# 开发服务器配置
VITE_DEV_SERVER_HOST=localhost
VITE_DEV_SERVER_PORT=3000