@@ -61,7 +61,7 @@ export type UserMeta = {
}
export const fetchUserMeta = () => axios.get<UserMeta>(GET_USER_META)
-export const uploadFile = async (file: File) =>
+export const uploadFile = async (file: File | Blob) =>
await axios<string>({
url: UPLOAD_FILE,
method: 'POST',
@@ -46,7 +46,7 @@ const emit = defineEmits<{
const tabOptions = [
SceneType.SWKJ,
- // SceneType.SWKK,
+ SceneType.SWKK,
SceneType.SWSS
].map(type => ({
key: type,