migrate to typescript

This commit is contained in:
MaysWind
2024-12-29 14:24:37 +08:00
parent b638a73e4d
commit 2560a70e5e
171 changed files with 3402 additions and 2557 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ import {
getItemByKeyValue,
getNameByKeyValue,
getPrimaryValueBySecondaryValue
} from '@/lib/common.js';
import { scrollToSelectedItem } from '@/lib/ui.desktop.js';
} from '@/lib/common.ts';
import { scrollToSelectedItem } from '@/lib/ui/desktop.js';
import {
mdiChevronRight