From bdf2e40bdfe04b407d943a6be863166b68446b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E7=82=9C=E6=B5=B7?= Date: Wed, 13 Nov 2024 17:16:14 +0800 Subject: [PATCH] feat: update doc --- editor/engine-features/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/engine-features/types.ts b/editor/engine-features/types.ts index 62616a5adc8..fe94c8c6d6c 100644 --- a/editor/engine-features/types.ts +++ b/editor/engine-features/types.ts @@ -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 & {'ui-type': 'checkbox' | 'select'}} }