知识库历史文件

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

@@ -167,20 +167,20 @@
import { ref, computed, nextTick, onMounted } from 'vue'
import { useRoute } from 'vue-router'
import {
ArrowDown,
ChevronDown as ArrowDown,
Paperclip,
Star,
Picture,
MoreFilled,
CameraFilled,
Microphone,
Promotion,
Image as Picture,
MoreHorizontal as MoreFilled,
Camera as CameraFilled,
Mic as Microphone,
Send as Promotion,
Plus,
Fold,
Expand,
ChatDotRound,
Delete
} from '@element-plus/icons-vue'
PanelLeftClose as Fold,
PanelLeftOpen as Expand,
MessageCircle as ChatDotRound,
Trash2 as Delete
} from 'lucide-vue-next'
import ChatDefault from './components/ChatDefault/ChatDefault.vue'
const route = useRoute()