Skip to content

Commit

Permalink
chore: update default param state
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jul 23, 2024
1 parent d573177 commit b4dfd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@
<label for="vision">Vision</label>
</div>
<div class="param">
<input type="checkbox" id="ocr" checked>
<input type="checkbox" id="ocr">
<label for="ocr">OCR</label>
</div>
<div class="param">
<input type="checkbox" id="all" checked>
<input type="checkbox" id="all">
<label for="all">Save All</label>
</div>
</div>
Expand Down

0 comments on commit b4dfd16

Please sign in to comment.