chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -15,7 +15,7 @@
*/
/**
* 依赖 treeShaking 去除无关配置(Argus)
* Dependency treeShaking Removes Extraneous Configuration (Argus)
*/
const sdkRegion = 'cn';
export const iframeAppHost = '';
@@ -28,7 +28,7 @@ export const openApiCdnUrlByRegion = IS_OVERSEA
: // cp-disable-next-line
'https://lf3-static.bytednsdoc.com/obj/eden-cn/rkzild_lgvj/ljhwZthlaukjlkulzlp/';
// 用户需要修改此处baseurl用于开放平台接口的域名配置
// The user needs to modify the baseurl here to open the domain name configuration of the API interface
export const openApiHostByRegion =
typeof location !== 'undefined' ? location.origin : 'https://api.xxx.com';
export const openApiHostByRegionWithToken = openApiHostByRegion;