wx2
Version:
微信小程序 转换 百度小程序
20 lines • 637 B
JSON
{
"usingComponents": {
"List": "/node_modules//node_modules/@baidu/tab/index",
"helloWorld": "/node_modules//node_modules//path/to/HelloWorld",
"tableHead": "/node_modules//node_modules//path/to/table_head",
"normal": "/node_modules//node_modules//path/to/normal",
"with1": "/node_modules//node_modules//path/to/with1"
},
"componentGenerics": {
"selectable": {
"default": "path/to/default/component"
}
},
"_wxEnv": {
"navigationBarBackgroundColor": "#000000"
},
"_swanEnv": {
"navigationBarBackgroundColor": "#ffffff"
}
}