feat: 建立Vue3前端框架
This commit is contained in:
8
frontend/src/pages/DashboardPage.vue
Normal file
8
frontend/src/pages/DashboardPage.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<section class="page-panel">
|
||||
<div class="page-panel__header">
|
||||
<h2>工作台</h2>
|
||||
<span>Console</span>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
6
frontend/src/pages/NotFoundPage.vue
Normal file
6
frontend/src/pages/NotFoundPage.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<main class="not-found">
|
||||
<h1>404</h1>
|
||||
<RouterLink to="/dashboard">返回工作台</RouterLink>
|
||||
</main>
|
||||
</template>
|
||||
8
frontend/src/pages/RagDocumentsPage.vue
Normal file
8
frontend/src/pages/RagDocumentsPage.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<section class="page-panel">
|
||||
<div class="page-panel__header">
|
||||
<h2>知识文档</h2>
|
||||
<span>Documents</span>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
8
frontend/src/pages/RagStoresPage.vue
Normal file
8
frontend/src/pages/RagStoresPage.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<section class="page-panel">
|
||||
<div class="page-panel__header">
|
||||
<h2>知识库</h2>
|
||||
<span>RAG</span>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
8
frontend/src/pages/SystemAttachmentsPage.vue
Normal file
8
frontend/src/pages/SystemAttachmentsPage.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<section class="page-panel">
|
||||
<div class="page-panel__header">
|
||||
<h2>附件管理</h2>
|
||||
<span>Files</span>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
8
frontend/src/pages/SystemEnumsPage.vue
Normal file
8
frontend/src/pages/SystemEnumsPage.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<section class="page-panel">
|
||||
<div class="page-panel__header">
|
||||
<h2>系统枚举</h2>
|
||||
<span>System</span>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
Reference in New Issue
Block a user