fix: fix upload chunk use libs

This commit is contained in:
2025-04-06 01:45:50 +08:00
parent 24a7344b6e
commit b7cfbe3622
5 changed files with 6 additions and 6 deletions

View File

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