Merge upstream
This commit is contained in:
commit
29c25555b8
40 changed files with 1183 additions and 667 deletions
|
@ -63,10 +63,6 @@ export async function common(createVue: () => App<Element>) {
|
|||
});
|
||||
}
|
||||
|
||||
if (miLocalStorage.getItem('id') === null) {
|
||||
miLocalStorage.setItem('id', crypto.randomUUID());
|
||||
}
|
||||
|
||||
let isClientUpdated = false;
|
||||
|
||||
//#region クライアントが更新されたかチェック
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue