WeChat applet development: configuration details

Source: Internet
Author: User
The app. json file is used to globally configure the applet to determine the path and window performance of the page file, set the Network timeout time, and set multiple tabs. In the previous article, I also gave a brief introduction to the app. json file. then I just read the official document to introduce the details: 1. global configuration

2. return to the topic. the app. json file is used to globally configure the applet. it determines the path and window performance of the page file, sets the Network timeout time, and sets multiple tabs. In the previous article, I also gave a brief introduction to the app. json file. then I just read the official documentation to introduce the details:

App. json

{"Pages": ["pages/index", "pages/logs"], "window": {"backgroundTextStyle": "dark", "navigationBarBackgroundColor ": "# ddd", "navigationBarTitleText": "configuration test DEMO", "navigationBarTextStyle": "black", "backgroundColor": "# ff0000"}, "tabBar ": {"color": "#000000", "borderStyle": "black", "selectedColor": "# 9999FF", "list": [{"pagePath ": "pages/index", "text": "homepage", "iconPath": "image/location_normal.png", "selectedIconPath": "image/location_selected.png "}, {"pagePath": "pages/logs", "text": "settings", "iconPath": "image/setting_normal.png", "selectedIconPath ": "image/setting_selecred.png"}]}



For more small program development: For more information about configuration, see PHP Chinese network!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.