This commit is contained in:
2025-03-19 09:41:42 +08:00
parent fa9d44d907
commit bf3b31327b
82 changed files with 36115 additions and 40475 deletions

View File

@@ -33,9 +33,7 @@ export default {
};
},
onLaunch: function (e) {
if(uni.getStorageSync("fontSize") != 3.5 && uni.getStorageSync("fontSize") != 4){
uni.setStorageSync("fontSize",3.5)//改变字体大小
}
uni.setStorageSync("isJump", null);
console.log("App Launch");
// #ifdef APP-PLUS