feat: 对接工作流分类模块

This commit is contained in:
AN
2025-05-19 23:51:32 +08:00
parent 7aa489a283
commit 25790d4b0f
13 changed files with 532 additions and 2 deletions

View File

@ -198,7 +198,9 @@ const routeMap: RouteMap = {
"system_user": "/system/user",
"tool": "/tool",
"tool_gen": "/tool/gen",
"user-center": "/user-center"
"user-center": "/user-center",
"workflow": "/workflow",
"workflow_category": "/workflow/category"
};
/**