9 lines
468 B
JSON
9 lines
468 B
JSON
|
{
|
|||
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|||
|
"projectname": "%E5%88%86%E6%9C%9F%E8%B4%AD%E7%89%A9%E5%B0%8F%E7%A8%8B%E5%BA%8Fapp%E7%AB%AF",
|
|||
|
"setting": {
|
|||
|
"compileHotReLoad": true,
|
|||
|
"urlCheck": true
|
|||
|
},
|
|||
|
"libVersion": "3.2.5"
|
|||
|
}
|