migrate setting.js and logger.js to ts

This commit is contained in:
MaysWind
2025-01-04 23:42:10 +08:00
parent a9e50d29d3
commit a46399cbaf
34 changed files with 375 additions and 361 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { f7, f7ready } from 'framework7-vue';
import { FontSize, FONT_SIZE_PREVIEW_CLASSNAME_PREFIX } from '@/core/font.ts';
import { isEnableAnimate } from '../settings.js';
import { isEnableAnimate } from '../settings.ts';
import { translateError } from '../i18n.js';
export function showAlert(message, confirmCallback, translateFn) {