search
HomeWeChat AppletMini Program DevelopmentBasic configuration of mini program project

Basic configuration of mini program project

Sep 12, 2017 am 09:22 AM
basic configurationAppletsproject

The configuration files in the mini program are divided into two types:

Global configuration file, app.json

Page configuration file in the root directory, [page- name].json

app.json

Project configuration declaration file (specify some information of the project, such as navigation bar style color, etc.)

{  
// 当前程序是由哪些页面组成的(第一项默认为初始页面)  
// 所有使用到的组件或页面都必须在此体现
// https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html#pages 
 "pages": [ ... ], 
 // 应用程序窗口设置  
// https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html#window 
 "window": { ... },  
// 应用导航栏设置  
// https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html#tabBar  
"tabBar": { ... }, 
 // 网络超时设置
  // https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html#networkTimeout  
"networkTimeout": {},  
// 是否在控制台输出调试信息  
// https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html#debug  "debug": true}

[page-name] .json

is used to specify the window settings when working on a specific page:

{  
// 导航条背景色  "navigationBarBackgroundColor": "#35495e",  
// 导航条前景色(只能是white/black)  "navigationBarTextStyle": "white",  
// 导航条文本  "navigationBarTitleText": "电影 « 豆瓣", 
 // 窗口背景颜色  "backgroundColor": "#fff",  
// 窗口前景色  "backgroundTextStyle": "dark",  
// 是否开启下拉刷新  "enablePullDownRefresh": true}

The above is the detailed content of Basic configuration of mini program project. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.