This commit is contained in:
2023-08-30 14:19:23 +08:00
parent 90225f68e0
commit 0c342378c3
25 changed files with 2066 additions and 2218 deletions

View File

@@ -1,11 +1,13 @@
export default defineAppConfig({
pages: [
'pages/index/index'
'pages/index/index',
'pages/game_list/yaotouzi/index',
'pages/game_detail/index'
],
window: {
backgroundTextStyle: 'light',
navigationBarBackgroundColor: '#fff',
navigationBarTitleText: 'WeChat',
navigationBarTitleText: 'Game',
navigationBarTextStyle: 'black'
}
})