This commit is contained in:
NoriDev 2023-06-04 15:48:47 +09:00
parent 287e1867a3
commit c92a83679d

View file

@ -54,7 +54,7 @@ import { definePageMetadata } from '@/scripts/page-metadata';
import { eventBus } from '@/scripts/cherrypick/eventBus';
import { miLocalStorage } from '@/local-storage';
import { deviceKind } from '@/scripts/device-kind';
import {unisonReload} from "@/scripts/unison-reload";
import { unisonReload } from '@/scripts/unison-reload';
let showEl = $ref(false);
const isFriendly = ref(miLocalStorage.getItem('ui') === 'friendly');