@@ -100,8 +100,8 @@ func (i *initMenu) InitializeData(ctx context.Context) (next context.Context, er
100
100
{MenuLevel : 1 , Hidden : false , ParentId : menuNameMap ["systemTools" ], Path : "autoPkg" , Name : "autoPkg" , Component : "view/systemTools/autoPkg/autoPkg.vue" , Sort : 0 , Meta : Meta {Title : "模板配置" , Icon : "folder" }},
101
101
{MenuLevel : 1 , Hidden : false , ParentId : menuNameMap ["systemTools" ], Path : "exportTemplate" , Name : "exportTemplate" , Component : "view/systemTools/exportTemplate/exportTemplate.vue" , Sort : 5 , Meta : Meta {Title : "导出模板" , Icon : "reading" }},
102
102
{MenuLevel : 1 , Hidden : false , ParentId : menuNameMap ["systemTools" ], Path : "picture" , Name : "picture" , Component : "view/systemTools/autoCode/picture.vue" , Sort : 6 , Meta : Meta {Title : "AI页面绘制" , Icon : "picture-filled" }},
103
+ {MenuLevel : 1 , Hidden : false , ParentId : menuNameMap ["systemTools" ], Path : "mcpTool" , Name : "mcpTool" , Component : "view/systemTools/autoCode/mcp.vue" , Sort : 7 , Meta : Meta {Title : "Mcp Tools模板" , Icon : "magnet" }},
103
104
104
- // plugin子菜单
105
105
{MenuLevel : 1 , Hidden : false , ParentId : menuNameMap ["plugin" ], Path : "https://plugin.gin-vue-admin.com/" , Name : "https://plugin.gin-vue-admin.com/" , Component : "https://plugin.gin-vue-admin.com/" , Sort : 0 , Meta : Meta {Title : "插件市场" , Icon : "shop" }},
106
106
{MenuLevel : 1 , Hidden : false , ParentId : menuNameMap ["plugin" ], Path : "installPlugin" , Name : "installPlugin" , Component : "view/systemTools/installPlugin/index.vue" , Sort : 1 , Meta : Meta {Title : "插件安装" , Icon : "box" }},
107
107
{MenuLevel : 1 , Hidden : false , ParentId : menuNameMap ["plugin" ], Path : "pubPlug" , Name : "pubPlug" , Component : "view/systemTools/pubPlug/pubPlug.vue" , Sort : 3 , Meta : Meta {Title : "打包插件" , Icon : "files" }},
0 commit comments