Skip to content

Commit

Permalink
2024111401
Browse files Browse the repository at this point in the history
  • Loading branch information
Spectrollay committed Nov 17, 2024
1 parent cb1d63d commit 9b4bd8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Verification/file-hashes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"404.html": "c90e52a6bdcf2160b36d22a686e9fbb4",
"advanced\\debug.html": "60219467e608653e5efe36c3a14e7892",
"advanced\\settings.html": "6b7cc19adc35c2ce57a50a0640f3d3d9",
"advanced\\settings.html": "62b6f7013263ac9b3a32f938ee7bb08e",
"advanced\\status.html": "4219ec259463a28bfa9062a76ca99eb1",
"default\\coming_soon.html": "87be910bd10a657a96b0eb7144d4cc3a",
"default\\error_default.html": "561809093da4c8399075b0559a100751",
Expand Down
2 changes: 1 addition & 1 deletion Verification/project-hash.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projectHash": "f8b7b2b92ae0287817d6c5a7bf273e84"
"projectHash": "209b3edb7977d9767755dcd80072b8fc"
}
4 changes: 2 additions & 2 deletions advanced/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,13 @@
<modal_textfield_area>
<modal_textfield_title>请输入"我知道我在做什么"以继续</modal_textfield_title>
<div class="text_field_container" id="check_input">
<text-field hint="在此输入" single-line="true" status="enabled" type="all"></text-field>
<text-field hint="在此输入.." single-line="true" status="enabled" type="all"></text-field>
</div>
</modal_textfield_area>
<modal_button_area>
<modal_button_group>
<modal_button_list>
<custom-button data="modal|normal|||false||" js="hideModal(this);document.getElementById('check_input').querySelector('text-field').resetValue();" text="取消"></custom-button>
<custom-button data="modal|green|||false||" js="hideModal(this);document.getElementById('check_input').querySelector('text-field').resetValue();" text="取消"></custom-button>
<custom-button data="modal|disabled||check_continue|false||" js="" text="重置"></custom-button>
</modal_button_list>
</modal_button_group>
Expand Down

0 comments on commit 9b4bd8e

Please sign in to comment.