feat 自动适配暗黑模式, 联调通道认证功能, 增加虚拟控制台调试插件

This commit is contained in:
DaxPay
2024-09-26 14:40:59 +08:00
parent 3b2ac73eb6
commit d45408250b
11 changed files with 161 additions and 13 deletions

View File

@@ -132,7 +132,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
server: {
host: true,
// 服务启动时是否自动打开浏览器
open: true,
open: false,
// 服务端口号
port: Number(VITE_PORT),
proxy: createProxy(VITE_PROXY),