Skip to content

Commit

Permalink
2024090903
Browse files Browse the repository at this point in the history
  • Loading branch information
Spectrollay committed Sep 10, 2024
1 parent fae5c77 commit 614a04c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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": "54b3711fe9143fd8d7186255b4b73309",
"advanced\\settings.html": "34f271b87f61bd5b7ddd0e59394becea",
"advanced\\status.html": "ac6adf46440b16e99c3151b8c8c9ba94",
"default\\coming_soon.html": "541c00b3ff6cdea5f7bf7129b131c5dd",
"default\\error_default.html": "13ebe0116389f9e10d0ec6dc2a8af39a",
Expand Down Expand Up @@ -151,5 +151,5 @@
"stylesheet\\loading_mask.css": "2701a0ba77a2b46b52280505bb0194af",
"stylesheet\\public_style.css": "a221d9cf3686e0757b093661e857312f",
"Template\\index.html": "d90907446df4ac3d061035c95d0d22b7",
"updatelog\\index.html": "b6a812ae54f4c1135efceadeef420de3"
"updatelog\\index.html": "da98c547f359b0bdc84f8c9b09f30a72"
}
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": "834451ce9cf3ef56b9ef935e5efa8c94"
"projectHash": "8db2b5e3664218535b27d944ce005add"
}
2 changes: 1 addition & 1 deletion advanced/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
}

// 实验性无障碍 TODO: 在移除实验性无障碍时移除相关代码
expAccessibilityState = localStorage.getItem('(/minecraft_repository_test/)experimental_accessibility');
expAccessibilityState = localStorage.getItem('(/minecraft_repository_test/)experimental_accessibility') || 'on';
accessibility_elements = document.querySelectorAll('.exp_accessibility');

if (expAccessibilityState === 'on') {
Expand Down
1 change: 1 addition & 0 deletions updatelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
<article_list_content>
<article_list_title>修复</article_list_title>
<article_list>修复了清除存储数据功能在某些时候无法正常工作的问题</article_list>
<article_list>修复了部分元素的显示状态在初次加载时不正确的问题</article_list>
</article_list_content>
</article_detail>
</article_block>
Expand Down

0 comments on commit 614a04c

Please sign in to comment.