diff --git a/index.html b/index.html index d7d2ef2..ca617d8 100644 --- a/index.html +++ b/index.html @@ -210,10 +210,6 @@

《傳承字形推薦形體表》< // 下載文件和排版 return await Promise.allSettled([ - new Promise((resolve) => { - // 額外等待文件加載2秒避免文件未完成加載 - setTimeout(resolve, 2000); - }), fetch("recommended-char-list.json") .then(response => response.json()) .then(responseText => {