Skip to content

Commit

Permalink
2024100501
Browse files Browse the repository at this point in the history
  • Loading branch information
Spectrollay committed Oct 5, 2024
1 parent 2f9cfab commit 47a0760
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "b724c56bbefba662700eadea51a4b5b9",
"advanced\\debug.html": "f3f599c403fbe59bb6cf99fc2ac1dd21",
"advanced\\settings.html": "624536a74541f649960e6ad915d62e10",
"advanced\\settings.html": "7a450355518cd676a4186f2b65b0c8e1",
"advanced\\status.html": "ac6adf46440b16e99c3151b8c8c9ba94",
"default\\coming_soon.html": "541c00b3ff6cdea5f7bf7129b131c5dd",
"default\\error_default.html": "e046cf5cf302085dc0d9de0b18d82791",
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": "e9bdcb78375537ae07c65ae7679e5c71"
"projectHash": "98743616655d102bdc6ae6032d860f73"
}
6 changes: 3 additions & 3 deletions advanced/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,19 @@
<div class="main_block setting_block">
<div class="setting_content">暗黑模式</div>
<div class="setting_control_right">
<custom-switch active="off" status="disabled"></custom-switch>
<custom-switch active="off" id="dark_mode" status="disabled"></custom-switch>
</div>
</div>
<div class="main_block setting_block">
<div class="setting_content">新的UI设计</div>
<div class="setting_control_right">
<custom-switch active="on" status="disabled"></custom-switch>
<custom-switch active="on" id="new_ui" status="disabled"></custom-switch>
</div>
</div>
<div class="main_block setting_block">
<div class="setting_content">实验性新UI</div>
<div class="setting_control_right">
<custom-switch active="off" status="disabled"></custom-switch>
<custom-switch active="off" id="exp_new_ui" status="enabled"></custom-switch>
</div>
</div>
<div class="main_block setting_block">
Expand Down

0 comments on commit 47a0760

Please sign in to comment.