feat: 新增工具:手持弹幕、uuid生成器、ascii码; 自定义启动host

This commit is contained in:
osiris
2023-12-06 16:15:38 +08:00
parent 9eb035a7dd
commit 04c9a26137
11 changed files with 1920 additions and 669 deletions
+2
View File
@@ -8,5 +8,7 @@ VITE_APP_WEBSITE = 'xxx.xxx.com'
VITE_APP_BASE_API = '/v1'
# 服务端地址: https://xxx.xxx.com
VITE_SERVE = ''
# 自定义启动host
VITE_HOST = '127.0.0.1'
# 是否使用mock: bool
VITE_IS_MOCK = 'true'