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
@@ -64,7 +64,7 @@ import {
getAllFilteredAccountsBalance
} from './account.js';
import logger from './logger.js';
import logger from './logger.ts';
import services from './services.js';
function getLanguageDisplayName(translateFn, languageName) {