feat:优化 debug 页

This commit is contained in:
2025-07-16 18:31:55 +08:00
parent 72be2372ee
commit 3ce3d3cac4
15 changed files with 177 additions and 60 deletions
+6 -1
View File
@@ -4,4 +4,9 @@ type WordCard = {
word: string;
};
interface CardList extends Array<WordCard> { }
interface CardList extends Array<WordCard> { }
interface PrintConfig {
header: PrintHeader;
appName: string;
}