feat:完成自定义文字涂色卡
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
type PrintHeader = 'wechat' | 'noLogoImage' | 'LogoImage' | 'minimal';
|
||||
type WordCard = {
|
||||
color: string;
|
||||
word: string;
|
||||
};
|
||||
|
||||
interface CardList extends Array<WordCard> { }
|
||||
Reference in New Issue
Block a user