worsoft-frontend-codegen-local-mcp 0.1.24 → 0.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,5 +67,28 @@
67
67
  "menuSql": "menu.sql.tpl"
68
68
  }
69
69
  }
70
+ },
71
+ "multi_level_dict": {
72
+ "id": "multi_level_dict",
73
+ "label": "多层级字典模板",
74
+ "description": "字典类多层管理页面,支持父子孙三级和同层多模块 tabs 布局。",
75
+ "templateFiles": {
76
+ "api": "api.md",
77
+ "options": "options.md",
78
+ "form": "表单V2025001.md",
79
+ "list": "表格V2025001.md",
80
+ "menuSql": "权限菜单V2025001.md"
81
+ },
82
+ "runtime": {
83
+ "supported": true,
84
+ "templateDir": "assets/templates/multi_level_dict",
85
+ "files": {
86
+ "api": "api.tpl",
87
+ "options": "options.tpl",
88
+ "form": "form.tpl",
89
+ "list": "index.tpl",
90
+ "menuSql": "menu.sql.tpl"
91
+ }
92
+ }
70
93
  }
71
94
  }