Skip to content

Commit

Permalink
chore: add image accept values
Browse files Browse the repository at this point in the history
  • Loading branch information
Hufe921 committed Apr 4, 2023
1 parent 51d4a03 commit 189ca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
</div>
<div class="menu-item__image">
<i title="图片"></i>
<input type="file" id="image" accept=".png, .jpg, .jpeg">
<input type="file" id="image" accept=".png, .jpg, .jpeg, .svg, .gif">
</div>
<div class="menu-item__hyperlink">
<i title="超链接"></i>
Expand Down

0 comments on commit 189ca73

Please sign in to comment.