feat(web): add prompt menu

This commit is contained in:
zhaoying
2026-01-28 17:50:09 +08:00
parent 66bc2fb41f
commit f3da8956d9
17 changed files with 798 additions and 8 deletions

View File

@@ -34,6 +34,7 @@
{ "path": "/emotion-engine/:id", "element": "EmotionEngine" },
{ "path": "/reflection-engine/:id", "element": "SelfReflectionEngine" },
{ "path": "/space-config", "element": "SpaceConfig" },
{ "path": "/prompt", "element": "Prompt" },
{ "path": "/no-permission", "element": "NoPermission" },
{ "path": "/*", "element": "NotFound" }
]