zoukankan      html  css  js  c++  java
  • 549 小程序阶段2:小程序架构和配置

    --

    --

    --

    {
      "pages": [
        "pages/home/home",
        "pages/about/about",
        "pages/profile/profile",
        "pages/category/category"
      ],
      "window": {
        "navigationBarBackgroundColor": "#ff5777",
        "navigationBarTextStyle": "white",
        "navigationBarTitleText": "我的小程序",
        "backgroundColor": "orange",
        "backgroundTextStyle": "light",
        "enablePullDownRefresh": false
      },
      "tabBar": {
        "selectedColor": "#ff5777",
        "list": [
          {
            "pagePath": "pages/home/home",
            "text": "首页",
            "iconPath": "assets/tabbar/home.png",
            "selectedIconPath": "assets/tabbar/home_active.png"
          },
          {
            "pagePath": "pages/category/category",
            "text": "分类",
            "iconPath": "assets/tabbar/category.png",
            "selectedIconPath": "assets/tabbar/category_active.png"
          }
        ]
      },
      "sitemapLocation": "sitemap.json"
    }
    

    --

    --

    --

    --

    --

    --

    --

    --

    --

    --

    --

    --

    --

    --

    --

    --

    --

  • 相关阅读:
    mysql存储过程的优点
    MySQL复制
    优化数据库的方法
    MySQL表分区
    Http请求
    memcache和redis的区别
    触发器实现原理
    PHP常见数组函数与实例
    git 打包指定提交过的代码
    发送HTTP请求方法
  • 原文地址:https://www.cnblogs.com/jianjie/p/13722820.html
Copyright © 2011-2022 走看看