知识库历史文件
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user