デザインの調整など

This commit is contained in:
syuilo 2021-02-21 13:34:00 +09:00
parent 78a963fe33
commit d8fb729aee
6 changed files with 33 additions and 7 deletions

View file

@ -11,6 +11,10 @@
'use strict';
window.onerror = (e) => {
document.documentElement.innerHTML = '問題が発生しました。';
};
// ブロックの中に入れないと、定義した変数がブラウザのグローバルスコープに登録されてしまい邪魔なので
(async () => {
const v = localStorage.getItem('v') || VERSION;