Skip to content

Commit

Permalink
[HOTFIX] test multiple file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
miku448 committed Oct 27, 2024
1 parent 197dd85 commit bfac775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/novel-builder/src/panels/HomePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ export default function HomePanel() {
</div>
<input
type="file"
accept=".json,.png,.miku,.miku-temp.json,.miku.json,.miku.card.png"
accept="application/json,.json,image/png,.png,.miku,.miku-temp.json,.miku.json,.miku.card.png"
style={{ display: 'none' }}
ref={fileInputRef}
onChange={handleFileLoad}
multiple
/>
</div>
</div>
Expand Down

0 comments on commit bfac775

Please sign in to comment.