build(projects): 增加代码规范
This commit is contained in:
@@ -5,13 +5,13 @@ export default defineAppConfig({
|
||||
'pages/game_detail/index',
|
||||
'pages/yaotouzi/records/index',
|
||||
'pages/balloon/index/index',
|
||||
'/pages/balloon/records/index'
|
||||
'/pages/balloon/records/index',
|
||||
],
|
||||
window: {
|
||||
backgroundTextStyle: 'light',
|
||||
navigationBarBackgroundColor: '#fff',
|
||||
navigationBarTitleText: 'Game',
|
||||
navigationBarTextStyle: 'black'
|
||||
navigationBarTextStyle: 'black',
|
||||
},
|
||||
animation: false
|
||||
animation: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user