refactor: 优化文件上传组件,修改文件命名

This commit is contained in:
AN
2025-06-04 22:45:50 +08:00
parent e6a18ec527
commit aa0fe7f056
8 changed files with 10 additions and 13 deletions

View File

@ -1,5 +1,5 @@
<script setup lang="ts">
import { getBrowserIcon, getOsIcon } from '@/utils/format';
import { getBrowserIcon, getOsIcon } from '@/utils/icon-tag-format';
import { $t } from '@/locales';
defineOptions({