优化数据,增加默认的插件前缀

This commit is contained in:
2025-08-31 01:39:07 +08:00
parent 8bbc9e1a81
commit f6845a7675
8 changed files with 40 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export interface IComponentMateInfo<
export type ComponentDataMap = {
[ComponentSceneConst.DrawPanne]: IDrawPanneData;
[ComponentSceneConst.DynamicPage]: IDynamicPageData;
[ComponentSceneConst.AppGuide]: undefined;
[ComponentSceneConst.AppGuide]: { label: string };
[ComponentSceneConst.Workflow]?: never;
};