This commit is contained in:
2025-03-17 10:39:41 +08:00
parent e49a3fc3d8
commit f8a31e6067
15 changed files with 692 additions and 652 deletions

View File

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