feat: fix vite

This commit is contained in:
2025-04-10 02:12:57 +08:00
parent b7cfbe3622
commit 47c50a52e3
9 changed files with 97 additions and 25 deletions

View File

@@ -3,7 +3,7 @@ import 'nprogress/nprogress.css';
import { Id, toast } from 'react-toastify';
import { nanoid } from 'nanoid';
import { toastLogin } from '@kevisual/resources/pages/message/ToastLogin';
import { uploadFiles, UploadProgress } from '@kevisual/query-upload/query-upload';
import { uploadFiles, UploadProgress } from '@kevisual/query-upload/query-upload.js';
export type ConvertOpts = {
appKey?: string;