fix: 网页版增加对话图片支持

This commit is contained in:
Gsh
2025-12-13 18:09:12 +08:00
parent d2981100fa
commit c073868989
11 changed files with 300 additions and 29 deletions

View File

@@ -7,7 +7,6 @@ import { ElMessage } from 'element-plus';
import { nextTick, ref, watch } from 'vue';
import ModelSelect from '@/components/ModelSelect/index.vue';
import WelecomeText from '@/components/WelecomeText/index.vue';
import { useGuideTour } from '@/hooks/useGuideTour';
import { useGuideTourStore, useUserStore } from '@/stores';
import { useFilesStore } from '@/stores/modules/files';
@@ -135,6 +134,8 @@ watch(
</template>
<template #prefix>
<div class="flex-1 flex items-center gap-8px flex-none w-fit overflow-hidden">
<FilesSelect />
<ModelSelect />
</div>
</template>