クライアントの設定コンポーネントを整理
* デスクトップとモバイルで統一 * いくつかの設定を廃止
This commit is contained in:
parent
d83efecc94
commit
ea1818284b
26 changed files with 737 additions and 1206 deletions
|
|
@ -474,12 +474,9 @@ export default (callback: (launch: (router: VueRouter) => [Vue, MiOS], os: MiOS)
|
|||
app.$mount('#app');
|
||||
|
||||
//#region 更新チェック
|
||||
const preventUpdate = os.store.state.device.preventUpdate;
|
||||
if (!preventUpdate) {
|
||||
setTimeout(() => {
|
||||
checkForUpdate(app);
|
||||
}, 3000);
|
||||
}
|
||||
setTimeout(() => {
|
||||
checkForUpdate(app);
|
||||
}, 3000);
|
||||
//#endregion
|
||||
|
||||
return [app, os] as [Vue, MiOS];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue