feat(frontend): add rag document parse controls

This commit is contained in:
2026-05-21 23:20:51 +08:00
parent 1de773405f
commit 8abea44aa7
14 changed files with 1154 additions and 611 deletions

View File

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