修改项目整体风格

This commit is contained in:
zyj
2025-11-21 17:20:59 +08:00
parent 6b2d5e9bf0
commit 006051c226
18 changed files with 4891 additions and 1257 deletions

View File

@@ -1,16 +1,10 @@
appName: "Go Desk"
appName: "Go Site Clone"
# 当前监听的端口
port: 6997
# ws 连接地址
wsUrl: "106.12.33.188:6996"
# STUN 服务器地址
stunUrl: "stun:106.12.33.188:3478"
# api地址
apiUrl: "http://106.12.33.188:6996"
# 网页文件保存目录
siteFileDir: "www"
# 打包的软件保存目录
packSiteFileDir: "site-dist"