Merge pull request #2 from arielherself/dev

v0.3.2-beta
This commit is contained in:
Ariel 2023-12-30 11:38:00 +08:00 committed by GitHub
commit aaad1cc243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// no dependencies // no dependencies
export const __DEBUG__ = 0; export const __DEBUG__ = 0;
export const __APP_VERSION__ = 'v0.3.1-beta'; export const __APP_VERSION__ = 'v0.3.2-beta';
export const __APP_INTRO__ = ` export const __APP_INTRO__ = `
<b>Algorithm improvement.</b><br> <b>Algorithm improvement.</b><br>

View File

@ -128,7 +128,7 @@ function MapClickHandler({mks,focusUpdater,locator,locker}) {
locker(true); locker(true);
}).catch((e) => { }).catch((e) => {
console.error(e); console.error(e);
// location.reload(); location.reload();
}); });
}, },
// TODO // TODO