0
点赞
收藏
分享

微信扫一扫

Linux:简易Shell的实现

十里一走马 2024-08-15 阅读 21

文章目录

1、window

1.1、window-小程序窗口的组成部分

这里要设置开启全局刷新,下拉才会显示刷新区域,开启代码如下:

"enablePullDownRefresh":true

在这里插入图片描述

1.2、了解 window 节点常用的配置项

属性名 类型 默认值 说明
navigationBarTitleText String 字符串 导航栏标题文字内容
navigationBarBackgroundColor HexColor #000000 导航栏背景颜色
navigationBarTextStyle String white 导航栏标题颜色(仅支持 black / white)
backgroundColor H
举报

相关推荐

0 条评论