refactor(server): 更新服务器配置和背景数据 URL

- 修改了 allServers.json 中的服务器名称和移除了不必要的配置项
- 更新了 assets/main/index.ce11b.js 中的背景数据 URL 为新的域名
This commit is contained in:
root
2025-04-26 11:59:09 +08:00
parent f201737b26
commit 1a344f89ce
2 changed files with 3 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
{
"banCreateRoleSwitch": true,
"banCreateRoleTime": "15",
"createBy": "zhaojinyuan",
"createBy": "kubbo",
"createTime": 1709705134755,
"creatives": [
"kapai",
@@ -14,19 +14,8 @@
"enableAutoDeploy": false,
"entryVercode": "99999999",
"extConsts": {},
"formalServer": false,
"gmAddress": "/infocenter",
"gmHost": "192.168.25.110",
"gmPort": 20206,
"host": "192.168.25.110",
"id": "65e807ae6a1a7933dbd66201",
"logDbName": "jdqs_log_zk",
"logDbPassword": "mysql_tr2Few",
"logDbPort": "23306",
"logDbUrl": "192.168.25.110",
"logDbUserName": "root",
"name": "卡牌内网zk",
"port": 10206,
"name": "飘渺儒仙",
"priority": 46,
"projectId": 23,
"recommend": true,

View File

@@ -809,7 +809,7 @@ window.__require = function e(t, n, r) {
if (null == t.bgDataUrl) {
versionData = t._versionData;
jsonUrl = versionData.url;
jsonUrl || (jsonUrl = "http://192.168.25.110:21919/{0}.json");
jsonUrl || (jsonUrl = "http://pmrx.kubbo.cn/{0}.json");
jsonUrl.indexOf("{0}") >= 0 && null != t._versionFlag && (jsonUrl = StringUtil_1.StringUtil.format(jsonUrl, t._versionFlag));
t.bgDataUrl = jsonUrl;
}