mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
migrate setting.js and logger.js to ts
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user