数据库变更

This commit is contained in:
caozehui
2026-01-22 15:42:02 +08:00
parent 7efb738d54
commit e63a3dfa92
59 changed files with 7 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ class ConfigGenerator {
// 替换 WebSocket 端口
if (options.websocketPort) {
template = template.replace(/port:\s*7778/g, `port: ${options.websocketPort}`);
template = template.replace(/port:\s*7777/g, `port: ${options.websocketPort}`);
}
// 写入配置文件