タスクマネージャー(wip)

This commit is contained in:
syuilo
2020-11-01 11:39:38 +09:00
parent b64d3af1f3
commit 75a9ff832a
5 changed files with 139 additions and 11 deletions

View File

@@ -14,3 +14,4 @@ export const getLocale = async () => Object.fromEntries((await entries(clientDb.
export const version = _VERSION_;
export const instanceName = siteName === 'Misskey' ? host : siteName;
export const deckmode = localStorage.getItem('deckmode') === 'true';
export const debug = localStorage.getItem('debug') === 'true';