feat(战报): cdn地址添加sq7

This commit is contained in:
luying
2023-02-04 11:42:12 +08:00
parent 81e4b401d5
commit e8b8f6373b

View File

@@ -20,6 +20,7 @@ function getPrefixByEnv(env: string) {
return CDN_URL_PREFIX_ZYZ;
case 'sq1':
case 'sq4':
case 'sq7':
default:
return CDN_URL_PREFIX_SQ;
}