update format for anki,

upgrade trasnlation package search,
fix small bugs
This commit is contained in:
Wolfang Torres
2026-06-12 00:43:55 +08:00
parent 21c6416cfd
commit eb4cc8e6e0
10 changed files with 70 additions and 45 deletions

2
.vscode/launch.json vendored
View File

@@ -9,7 +9,7 @@
"name": "Python Debugger: Module",
"type": "debugpy",
"request": "launch",
"module": "anki-hsk-creator"
"module": "anki_hsk_creator"
}
]
}