feat: 添加思维导图示例

This commit is contained in:
xiaoxian521
2024-03-31 14:38:15 +08:00
parent e0f52fc379
commit d685a18b9e
8 changed files with 36 additions and 2 deletions

View File

@@ -22,8 +22,9 @@ const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以
formdesign = 19,
board = 20,
ppt = 21,
guide = 22,
menuoverflow = 23;
mind = 22,
guide = 23,
menuoverflow = 24;
export {
home,
@@ -48,6 +49,7 @@ export {
formdesign,
board,
ppt,
mind,
guide,
menuoverflow
};