zhangwencui
9 天以前 4eaf74efba7ead917bf53155a9b9fa59c4743cf8
src/views/ai/chat/index/modules/message/files.vue
@@ -1,8 +1,8 @@
<script setup lang="ts">
import { computed } from 'vue';
import { IconifyIcon } from '../../../../../../packages/icons/src';
import { getFileIcon, getFileNameFromUrl, getFileTypeClass } from '../../../../../../packages/utils/src';
import { IconifyIcon } from '@vben/icons';
import { getFileIcon, getFileNameFromUrl, getFileTypeClass } from '@vben/utils';
const props = defineProps<{
  attachmentUrls?: string[];