Skip to content

Commit

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

0 comments on commit 197dd85

Please sign in to comment.