remove unused code

This commit is contained in:
MaysWind
2025-01-22 22:09:56 +08:00
parent 84fc6b2ffb
commit 3cdc7c947f
3 changed files with 5 additions and 444 deletions
-4
View File
@@ -468,10 +468,6 @@ app.component('DateRangeSelectionDialog', DateRangeSelectionDialog);
app.component('MonthRangeSelectionDialog', MonthRangeSelectionDialog);
app.component('SwitchToMobileDialog', SwitchToMobileDialog);
app.config.globalProperties.$version = getVersion();
app.config.globalProperties.$buildTime = getBuildTime();
app.config.globalProperties.$locale = i18nFunctions(i18n.global);
app.config.globalProperties.$tError = (message) => translateError(message, i18n.global.t);
app.mount('#app');