chore: replace all cn comments of fe to en version by volc api (#320)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -23,7 +23,7 @@ export interface WsMessageProps {
|
||||
resId: string;
|
||||
extra: any;
|
||||
/**
|
||||
* 其他窗口执行保存传入的版本号
|
||||
* Other window execution saves the incoming version number
|
||||
*/
|
||||
saveVersion?: string;
|
||||
operateType: MessageOperateType;
|
||||
|
||||
Reference in New Issue
Block a user