feat:remove unuse components

This commit is contained in:
zyronon
2025-07-21 03:07:43 +08:00
parent 0e2fc23161
commit 84ee068c45
8 changed files with 46 additions and 55 deletions

View File

@@ -288,7 +288,7 @@ export function _parseLRC(lrc: string): { start: number, end: number, text: stri
return parsed;
}
export async function _getDictDataByUrl(val: Dict) {
export async function _getDictDataByUrl(val: DictResource) {
let dictResourceUrl = `./dicts/${val.language}/word/${val.url}`.replace('.json', '_v2.json');
let s = await getDictFile(dictResourceUrl)
let words = cloneDeep(s.map(v => {