refactor(frontend): 重构RAG页面结构并收敛无效入口

This commit is contained in:
2026-05-24 22:03:42 +08:00
parent cfa5d1f4e1
commit e51903efbe
14 changed files with 1066 additions and 695 deletions

View File

@@ -1,6 +1,6 @@
<template>
<main class="not-found">
<h1>404</h1>
<RouterLink to="/dashboard">返回工作台</RouterLink>
<RouterLink to="/rag/workbench">返回RAG工作台</RouterLink>
</main>
</template>