This commit is contained in:
syuilo
2019-02-18 04:52:40 +09:00
parent a766a57af9
commit efd0368e56
11 changed files with 10 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ import VueSize from './common/size';
import App from './app.vue';
import checkForUpdate from './common/scripts/check-for-update';
import MiOS from './mios';
import { clientVersion as version, codename, lang, locale } from './config';
import { version, codename, lang, locale } from './config';
import { builtinThemes, lightTheme, applyTheme } from './theme';
import Dialog from './common/views/components/dialog.vue';