feat:架构代码优化

This commit is contained in:
R524809
2025-12-11 13:02:44 +08:00
parent 2c32235568
commit 3c0e2af10d
89 changed files with 2774 additions and 2816 deletions
+3 -2
View File
@@ -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;
}
+1
View File
@@ -3,6 +3,7 @@
interface IAppOption {
globalData: {
uuid: string;
userInfo?: WechatMiniprogram.UserInfo;
env: string;
printConfig?: PrintConfig;