Files
年糕崽崽 27135f4ae6 初始化
缺陷:主题配色需要优化整体的同风格
2026-08-14 23:19:06 +08:00

28 lines
691 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 佛山铂尔曼(小程序 AppID wx679d36842570cea7)
#
# --mode brm 不会再去加载 .env.production,所以生产变量必须在这份文件里写全。
# VITE_ARCHIVER 会产出 dist.zip,两个品牌必须分开 outDir,否则互相覆盖。
VITE_APP_TITLE=佛山铂尔曼
VITE_APP_BRAND=brm
VITE_APP_FAVICON=/brand/brm-favicon.svg
VITE_BASE=/
# 接口地址
VITE_GLOB_API_URL=https://api.borman.top/api
# 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=gzip
# 是否开启 PWA
VITE_PWA=false
# vue-router 的模式
VITE_ROUTER_HISTORY=hash
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true
# 打包后是否生成dist.zip
VITE_ARCHIVER=true