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;
}
+1 -1
View File
@@ -5,7 +5,7 @@ interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo;
env: string;
printHeader?: PrintHeader;
printConfig?: PrintConfig;
};
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback;
[key: string]: any;