feat:架构代码优化
This commit is contained in:
Vendored
+3
-2
@@ -4,9 +4,10 @@ type WordCard = {
|
||||
word: string;
|
||||
};
|
||||
|
||||
interface CardList extends Array<WordCard> { }
|
||||
interface CardList extends Array<WordCard> {}
|
||||
|
||||
interface PrintConfig {
|
||||
header: PrintHeader;
|
||||
appName: string;
|
||||
}
|
||||
appHint: string;
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -3,6 +3,7 @@
|
||||
|
||||
interface IAppOption {
|
||||
globalData: {
|
||||
uuid: string;
|
||||
userInfo?: WechatMiniprogram.UserInfo;
|
||||
env: string;
|
||||
printConfig?: PrintConfig;
|
||||
|
||||
Reference in New Issue
Block a user