|
|
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
|
|
|
import { Modal, Button, Image, message } from 'antd';
|
|
|
import { useQuery, useQueryClient } from '@tanstack/react-query';
|
|
|
import { fileClient } from '@/client/api';
|
|
|
-import type { File as FileType } from '@/server/modules/files/file.entity';
|
|
|
+import type { FileType } from '@/server/modules/files/file.entity';
|
|
|
import MinioUploader from '@/client/admin/components/MinioUploader';
|
|
|
|
|
|
// 定义重载的 props 类型
|