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
-3
View File
@@ -201,9 +201,6 @@ app.component('ScheduleFrequencySheet', ScheduleFrequencySheet);
app.directive('TextareaAutoSize', TextareaAutoSize);
app.config.globalProperties.$version = getVersion();
app.config.globalProperties.$buildTime = getBuildTime();
app.config.globalProperties.$locale = i18nFunctions(i18n.global);
app.config.globalProperties.$alert = (message, confirmCallback) => showAlert(message, confirmCallback, i18n.global.t);