diff --git a/src/ts/characterCards.ts b/src/ts/characterCards.ts index 765eaf42..a98e35db 100644 --- a/src/ts/characterCards.ts +++ b/src/ts/characterCards.ts @@ -18,7 +18,7 @@ export const hubURL = "https://sv.risuai.xyz" export async function importCharacter() { try { - const files = await selectFileByDom(['png', 'json']) + const files = await selectFileByDom(['png', 'json'], 'multiple') if(!files){ return }