zoukankan      html  css  js  c++  java
  • 微信小程序Page页面配置文件模板

    {

    "navigationBarBackgroundColor":"HexColor 导航栏背景颜色",

    "navigationBarTextStyle":"string 导航栏标题颜色,仅支持 black / white",

    "navigationBarTitleText":"string 导航栏标题文字内容",

    "navigationStyle":"string 导航栏样式,仅支持以下值:default 默认样式custom 自定义导航栏,只保留右上角胶囊按钮。",

    "backgroundColor":"HexColor 窗口的背景色",

    "backgroundTextStyle":"string 下拉 loading 的样式,仅支持 dark / light",

    "backgroundColorTop":"string 顶部窗口的背景色,仅 iOS 支持",

    "backgroundColorBottom":"string 底部窗口的背景色,仅 iOS 支持",

    "enablePullDownRefresh":"boolean 是否开启当前页面下拉刷新。",

    "onReachBottomDistance":"number 页面上拉触底事件触发时距页面底部距离,单位为px。",

    "pageOrientation":"string 屏幕旋转设置,支持 auto / portrait / landscape",

    "disableScroll":"boolean 设置为 true 则页面整体不能上下滚动。只在页面配置中有效,无法在 app.json 中设置",

    "usingComponents":{},

    "initialRenderingCache":"string 页面初始渲染缓存配置",

    "style":"string 启用新版的组件样式",

    "singlePage":

    {

    "navigationBarFit":"String 默认自动调整,若原页面是自定义导航栏,则为 float,否则为 squeezed"

    }

    }

  • 相关阅读:
    mysql关联查询
    MySQL数据库面试题(转发来自https://thinkwon.blog.csdn.net/article/details/104778621)
    iview + vue + thinphp5.1 源码
    <!--标签嵌套规则-->
    PHP的基本变量检测方法
    PHP的八种变量
    php变量命名规范
    C++11新特性-常用
    算法设计-DP常见问题及解题技巧
    Web开发-概述
  • 原文地址:https://www.cnblogs.com/linyueshaoxia/p/14071546.html
Copyright © 2011-2022 走看看