Skip to content

Commit

Permalink
2024090901
Browse files Browse the repository at this point in the history
  • Loading branch information
Spectrollay committed Sep 9, 2024
1 parent c7dbc75 commit fe94c34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Verification/file-hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"donate.html": "26df29641e07c5a582eca1068971fb48",
"experiments\\index.css": "0ef80c42887552a3734a200d13a3e8cd",
"experiments\\index.html": "ec259e3546b3f1fddc9aa8c0e923d920",
"experiments\\index.js": "fd29a9466e3324e94dbf8f7235acc6c1",
"experiments\\index.js": "15ef65d0bc9af1b4b34659bdfe1ca9b6",
"Feed\\database.xml": "c3b1879c690866f41a3479f7ed28edb6",
"Feed\\main.xml": "f5be196f7e0f95f94eee17f5c73efcd5",
"Feed\\messages.xml": "1c24a98ff83bdc56d026043d412bd778",
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": "61fe1cec5075f981f21d7a63c2a4538f"
"projectHash": "0431c0ea072ee0cc1fc07b50597e7808"
}
2 changes: 1 addition & 1 deletion experiments/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function flagsPage() {

// 实验性无障碍
let expAccessibilitySwitch = document.getElementById('experimental_accessibility');
let expAccessibilityState = localStorage.getItem('(/minecraft_repository_test/)experimental_accessibility');
let expAccessibilityState = localStorage.getItem('(/minecraft_repository_test/)experimental_accessibility') || 'on';

if (expAccessibilitySwitch) {
if (expAccessibilityState === 'on') {
Expand Down

0 comments on commit fe94c34

Please sign in to comment.