Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
2023-02-20 16:43:10 +09:00
423 changed files with 765 additions and 913 deletions

View File

@ -25,7 +25,7 @@ import JSON5 from 'json5';
import widgets from '@/widgets';
import directives from '@/directives';
import components from '@/components';
import { version, ui, lang, host, updateLocale } from '@/config';
import { version, ui, lang, updateLocale } from '@/config';
import { applyTheme } from '@/scripts/theme';
import { isDeviceDarkmode } from '@/scripts/is-device-darkmode';
import { i18n, updateI18n } from '@/i18n';