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

@@ -1,4 +1,4 @@
/* stylelint-disable declaration-no-important -- 历史代码为避免引入新BUG暂不修复 */
/* Stylelint-disable declaration-no-important -- historical code, not fixed to avoid introducing new bugs */
.wrapper {
width: 100%;
height: 100%;

View File

@@ -30,7 +30,7 @@ import { useSpaceStore, useSpaceApp } from '@coze-foundation/space-store';
import s from './index.module.less';
// i18n 的配置,对齐 starling 文案后再替换
// The configuration of i18n, align the starling copy and then replace it.
export const GlobalError: FC = () => {
const navigate = useNavigate();
const spaceApp = useSpaceApp();
@@ -87,7 +87,7 @@ export const GlobalError: FC = () => {
const spaceId =
id ??
getPersonalSpaceID() ??
// 企业下无个人空间,缺省跳转到第一个空间
// There is no personal space under the enterprise, so jump to the first space by default.
useSpaceStore.getState().spaceList[0]?.id;
url = spaceId ? `/space/${spaceId}/${spaceApp}` : '/space';
} else if (base && base in BaseEnum) {