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

@@ -31,18 +31,18 @@ interface CreateStoreOptions {
export interface IDEGlobalState {
/**
* 项目 id
* Project ID
*/
projectId: string;
/**
* 空间 id
* Space ID
*/
spaceId: string;
version: string;
/**
* get_draft_intelligence_info 接口返回内容
* get_draft_intelligence_info interface returns content
*/
projectInfo?: {
ownerInfo?: User;

View File

@@ -23,7 +23,7 @@ export interface WsMessageProps {
resId: string;
extra: any;
/**
* 其他窗口执行保存传入的版本号
* Other window execution saves the incoming version number
*/
saveVersion?: string;
operateType: MessageOperateType;