初始化项目, 添加TDesign等包
This commit is contained in:
20
miniprogram/app.json
Normal file
20
miniprogram/app.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/agreement/agreement",
|
||||
"pages/my/my"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
},
|
||||
"componentFramework": "glass-easel",
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"usingComponents": {
|
||||
"page-plugin": "pages/components/page-plugin"
|
||||
},
|
||||
"resolveAlias": {
|
||||
"@/*": "/*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user