feat(web): add skills menu

This commit is contained in:
zhaoying
2026-02-05 10:53:16 +08:00
parent 161da723b9
commit 60231ec88d
26 changed files with 1722 additions and 47 deletions

View File

@@ -10,6 +10,7 @@
{ "path": "/pricing", "element": "Pricing" },
{ "path": "/order-pay", "element": "OrderPayment" },
{ "path": "/orders", "element": "OrderHistory" },
{ "path": "/skills", "element": "Skills" },
{ "path": "/no-permission", "element": "NoPermission" }
]
},
@@ -50,6 +51,13 @@
{ "path": "/ontology/:id", "element": "OntologyDetail" }
]
},
{
"element": "BasicAuthLayout",
"children": [
{ "path": "/skills/add", "element": "SkillConfig" },
{ "path": "/skills/config/:id", "element": "SkillConfig" }
]
},
{
"element": "NoAuthLayout",
"children": [