chore: turn cn comment to en for common space (#376)

This commit is contained in:
tecvan
2025-07-31 12:42:03 +08:00
committed by GitHub
parent f7d73cd391
commit a1f3a9aead
40 changed files with 390 additions and 390 deletions

View File

@@ -2,15 +2,15 @@
"$schema": "https://json-schema.bytedance.net/rush-plugins/rush-build-cache-plugin-options.schema.json",
"key": "Wek6C-xcBtNNroagxV305NFAcmXOriQRps64",
"envList": [
// BUILD_TYPE SCM 里面应该是 offlinetestonline [Witty]
// BUILD_TYPE in SCM should be offline, test, online [Witty]
"BUILD_TYPE",
// bot studio 构建时需要根据 region 环境区分打包
// When building bot studio, it needs to be packaged according to the region environment
"REGION",
// 用于区分 inhouse/release 环境
// Used to differentiate inhouse/release environments
"CUSTOM_VERSION",
"CI",
"CI_LIGHTING",
// coze cli 构建时需要区分 inhouse/release 环境
// Coze cli builds need to differentiate between inhouse/release environments
"PUBLIC_INHOUSE"
]
}