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

@@ -27,22 +27,22 @@ type TUploaderRegion =
interface Window {
gfdatav1?: {
// 部署区域
// deployment area
region?: string;
// SCM 版本
// SCM version
ver?: number | string;
// 当前环境, 取值为 boe prod
// Current environment, the value is boe or prod
env?: 'boe' | 'prod';
// 环境标识,如 prod ppe_*
// Environmental identification, such as prod or ppe_ *
envName?: string;
// 当前的小流量频道 ID0 表示全流量
// The current small traffic channel ID, 0 represents full traffic
canary?: 0;
extra?: {
/**
* @description goofy 团队不建议依赖该字段,能不用则不用
* 1 表示小流量
* 3 表示灰度
* null 表示全流量
* @Description The goofy team does not recommend relying on this field. If you can't use it, don't use it.
* 1 means small traffic.
* 3 means grey release
* Null means full traffic
*/
canaryType?: 1 | 3 | null;
};