✌️
This commit is contained in:
@@ -40,9 +40,12 @@ import { reloadChannel } from '@/scripts/unison-reload';
|
||||
import { reactionPicker } from '@/scripts/reaction-picker';
|
||||
import { getUrlWithoutLoginId } from '@/scripts/login-id';
|
||||
import { getAccountFromId } from '@/scripts/get-account-from-id';
|
||||
import { deckStore } from './ui/deck/deck-store';
|
||||
|
||||
console.info(`Misskey v${version}`);
|
||||
|
||||
await defaultStore.ready;
|
||||
|
||||
if (_DEV_) {
|
||||
console.warn('Development mode!!!');
|
||||
|
||||
@@ -219,6 +222,9 @@ if (splash) splash.addEventListener('transitionend', () => {
|
||||
|
||||
const rootEl = document.createElement('div');
|
||||
document.body.appendChild(rootEl);
|
||||
|
||||
if (ui === 'deck') await deckStore.ready;
|
||||
|
||||
app.mount(rootEl);
|
||||
|
||||
// boot.jsのやつを解除
|
||||
|
Reference in New Issue
Block a user