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
@@ -2,7 +2,7 @@ import { defineStore } from 'pinia';
import { WeekDay } from '@/core/datetime.ts';
import { DEFAULT_CURRENCY_CODE } from '@/consts/currency.ts';
import * as settings from '@/lib/settings.js';
import * as settings from '@/lib/settings.ts';
export const useSettingsStore = defineStore('settings', {
state: () => ({