Skip to content

Commit

Permalink
feat: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc committed Nov 13, 2024
1 parent 3cf03ff commit bdf2e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/engine-features/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export interface BaseItem {
required?: boolean;

/**
* @zh 当选择了某个模块时,标记可以勾选的一些开关
* @en 当选择了某个模块时,标记可以勾选的一些开关 en
* @zh 当选择了某个模块时,可以做些附加的配置
* @en When a module is selected, additional configurations can be made
*/
flags: {[k: string]: Pick<BaseItem, 'default' | 'label' | 'description' > & {'ui-type': 'checkbox' | 'select'}}
}
Expand Down

0 comments on commit bdf2e40

Please sign in to comment.