Instance Ticker
This commit is contained in:
parent
25bd82ecaa
commit
615fedd64d
14 changed files with 280 additions and 25 deletions
|
|
@ -12,5 +12,5 @@ export const lang = localStorage.getItem('lang');
|
|||
export const langs = _LANGS_;
|
||||
export const getLocale = async () => Object.fromEntries((await entries(clientDb.i18n)) as [string, string][]);
|
||||
export const version = _VERSION_;
|
||||
export const instanceName = siteName === 'Misskey' ? null : siteName;
|
||||
export const instanceName = siteName === 'Misskey' ? host : siteName;
|
||||
export const deckmode = localStorage.getItem('deckmode') === 'true';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue