wx2
Version:
微信小程序 转换 百度小程序
39 lines (37 loc) • 801 B
JavaScript
/*
* @Descripttion:
* @Author: wangpanfe
* @Date: 2020-03-17 17:01:44
* @LastEditTime: 2020-03-18 22:23:25
*/
/**
* @file
* Created by wangpanfe on 2019/11/25.
*/
;
module.exports = {
'app.json': [
'debug',
'functionalPages',
'workers',
'plugins',
'resizable',
'navigateToMiniProgramAppIdList',
'usingComponents',
'permission',
'sitemapLocation',
'style',
'useExtendedLib',
'window.backgroundColorTop',
'window.backgroundColorBottom',
'window.pageOrientation',
'tabBar.position',
'tabBar.custom',
'requiredBackgroundModes.location'
],
'project.json': [
{
'miniProgramRoot': 'smartProgramRoot'
}
]
};