知识库历史文件
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { ref, computed } from 'vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
import { Search, Plus } from '@element-plus/icons-vue'
|
||||
import { Search, Plus } from 'lucide-vue-next'
|
||||
import { ElMessage } from 'element-plus'
|
||||
import AgentCard from './components/AgentCard/AgentCard.vue'
|
||||
import AgentEdit from './components/AgentEdit/AgentEdit.vue'
|
||||
|
||||
@@ -115,9 +115,9 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref, computed, watch } from 'vue'
|
||||
import { Plus, Delete } from '@element-plus/icons-vue'
|
||||
import { Plus, Trash2 as Delete } from 'lucide-vue-next'
|
||||
import { ElMessage } from 'element-plus'
|
||||
import FileUpload from 'shared/components/FileUpload'
|
||||
import FileUpload from 'shared/components/file/FileUpload'
|
||||
|
||||
interface SuggestionCard {
|
||||
text: string
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { computed } from 'vue'
|
||||
import { OfficeBuilding, Warning, Cloudy } from '@element-plus/icons-vue'
|
||||
import { Building2 as OfficeBuilding, AlertTriangle as Warning, Cloud as Cloudy } from 'lucide-vue-next'
|
||||
|
||||
interface Agent {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user