Revert "feat(web): move prompt menu"

This reverts commit 9e6e8f50f8.
This commit is contained in:
zhaoying
2026-02-06 11:11:40 +08:00
parent 169e01276d
commit fe3c31c08c
3 changed files with 17 additions and 16 deletions

View File

@@ -7,7 +7,6 @@
{ "path": "/model", "element": "ModelManagement" },
{ "path": "/space", "element": "SpaceManagement" },
{ "path": "/tool", "element": "ToolManagement" },
{ "path": "/prompt", "element": "Prompt" },
{ "path": "/pricing", "element": "Pricing" },
{ "path": "/order-pay", "element": "OrderPayment" },
{ "path": "/orders", "element": "OrderHistory" },
@@ -36,6 +35,7 @@
{ "path": "/reflection-engine/:id", "element": "SelfReflectionEngine" },
{ "path": "/space-config", "element": "SpaceConfig" },
{ "path": "/ontology", "element": "Ontology" },
{ "path": "/prompt", "element": "Prompt" },
{ "path": "/no-permission", "element": "NoPermission" },
{ "path": "/*", "element": "NotFound" }
]