🎨添加静态打包
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
coward
2024-08-21 09:10:01 +08:00
parent 941b8da804
commit 12e551b4e9
135 changed files with 15749 additions and 3 deletions

16
web/.env.production Normal file
View File

@@ -0,0 +1,16 @@
# 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH = '/web'
VITE_USE_HASH = true
# 是否启用MOCK
VITE_USE_MOCK = false
# base api
VITE_BASE_API = '/api'
# 是否启用压缩
VITE_USE_COMPRESS = false
# 压缩类型
VITE_COMPRESS_TYPE = gzip