feat:优化 debug 页
This commit is contained in:
Vendored
+6
-1
@@ -4,4 +4,9 @@ type WordCard = {
|
||||
word: string;
|
||||
};
|
||||
|
||||
interface CardList extends Array<WordCard> { }
|
||||
interface CardList extends Array<WordCard> { }
|
||||
|
||||
interface PrintConfig {
|
||||
header: PrintHeader;
|
||||
appName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user