feat(config): 增加sq9服务器配置

This commit is contained in:
liangtongchuan
2023-02-10 20:51:55 +08:00
parent e8b8f6373b
commit f36d9e5fff
11 changed files with 387 additions and 3 deletions

View File

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