知识库历史文件

This commit is contained in:
2025-12-20 17:12:42 +08:00
parent dfd9bb8b95
commit 62850717eb
59 changed files with 2351 additions and 276 deletions

View File

@@ -68,21 +68,22 @@
import { ref, computed, watch } from 'vue'
import { useRouter, useRoute } from 'vue-router'
import {
ChatDotRound,
Grid,
Connection,
Document,
Service,
DArrowLeft,
DArrowRight,
MessageCircle as ChatDotRound,
LayoutGrid as Grid,
Link as Connection,
FileText as Document,
Headphones as Service,
ChevronsLeft as DArrowLeft,
ChevronsRight as DArrowRight,
User,
Setting,
SwitchButton,
Refresh,
Back
} from '@element-plus/icons-vue'
Settings as Setting,
Power as SwitchButton,
RefreshCw as Refresh,
ArrowLeft as Back,
PanelLeftClose,
PanelLeftOpen
} from 'lucide-vue-next'
import { IframeView } from 'shared/components'
import { PanelLeftClose, PanelLeftOpen } from 'lucide-vue-next'
import { ElMessage } from 'element-plus'
import type { MenuItem } from 'shared/types'