🔧 build(config): 域名修改

This commit is contained in:
luying
2023-04-19 20:19:41 +08:00
parent f85c07dcf2
commit 6f7700c8b3
2 changed files with 26 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ import { md5 } from './sdkUtil';
const BATTLE_CLASS_MOD = 100; // 存档分类模数
const CDN_URL_PREFIX_SQ = 'https://download-sgzzyz.yev242.com'; // sq cdn 服务器地址前缀
const CDN_URL_PREFIX_ZYZ = 'http://zyz-download.trgame.cn'; // 公司下载服务器地址前缀
const CDN_URL_PREFIX_YJZ = 'https://yjz-cdn.yev242.com'; // 公司下载服务器地址前缀
const CDN_URL_PREFIX_YJZ = 'https://srcdownload-yjz.fdd73.com'; // 公司下载服务器地址前缀
// 将字符串 crc32 处理后取模,以将随机字符串分组
function modStr(str: string, mod: number) {