Skip to content

Commit

Permalink
修bug
Browse files Browse the repository at this point in the history
  • Loading branch information
i-font committed Jul 25, 2024
1 parent 6ebf7c1 commit 7b14895
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ <h1 style="font-size: 1em; text-align: left;">《傳承字形推薦形體表》<

// 下載文件和排版
return await Promise.allSettled([
new Promise((resolve) => {
// 額外等待文件加載2秒避免文件未完成加載
setTimeout(resolve, 2000);
}),
fetch("recommended-char-list.json")
.then(response => response.json())
.then(responseText => {
Expand Down

0 comments on commit 7b14895

Please sign in to comment.