feat(menu): add example management directory and related actions

- Introduced a new "示例管理目录" (Example Management Directory) in sys_menu.json with a structured hierarchy.
- Added multiple actions under "示例01管理" including create, update, delete, and import/export functionalities with appropriate permissions.
- Enhanced the menu structure to support better organization and access to example management features.
This commit is contained in:
zhangtao
2026-03-29 03:21:23 +08:00
parent a9856d142b
commit 7484560d9f
14 changed files with 1809 additions and 21 deletions
+5 -5
View File
@@ -346,19 +346,19 @@ defineExpose({
.curd-page-search--flex {
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
gap: 1rem;
align-content: flex-start;
align-items: center;
justify-content: flex-start;
width: 100%;
min-height: 0;
}
.curd-page-search--grid {
display: grid !important;
width: 100%;
gap: 1rem;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1rem;
align-items: center;
width: 100%;
}
</style>