feat: setting 页面新增 是否显示footer的开关

This commit is contained in:
zuihou
2022-12-02 16:47:18 +08:00
parent 091ca1a4fe
commit d064f6285a
6 changed files with 14 additions and 2 deletions

View File

@ -110,7 +110,8 @@
},
"footer": {
"fixed": false,
"height": 48
"height": 48,
"visible": true
},
"page": {
"animate": true,

View File

@ -88,7 +88,8 @@ const defaultThemeSetting: Theme.Setting = {
},
footer: {
fixed: false,
height: 48
height: 48,
visible: true
},
page: {
animate: true,