创建taro小程序项目
This commit is contained in:
11
miniprogram-taro/src/app.config.js
Normal file
11
miniprogram-taro/src/app.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default defineAppConfig({
|
||||
pages: [
|
||||
'pages/index/index'
|
||||
],
|
||||
window: {
|
||||
backgroundTextStyle: 'light',
|
||||
navigationBarBackgroundColor: '#fff',
|
||||
navigationBarTitleText: 'WeChat',
|
||||
navigationBarTextStyle: 'black'
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user