リファクタ等

This commit is contained in:
syuilo
2021-02-17 21:34:20 +09:00
parent 10f9fd6146
commit 10cd4754fd
6 changed files with 15 additions and 12 deletions

View File

@ -9,9 +9,6 @@ import { resolve } from '@/router';
import { $i } from '@/account';
import { defaultStore } from '@/store';
const ua = navigator.userAgent.toLowerCase();
export const isMobile = /mobile|iphone|ipad|android/.test(ua);
export const stream = markRaw(new Stream());
export const pendingApiRequestsCount = ref(0);