This commit is contained in:
eric
2023-12-02 13:42:43 +08:00
parent 0da458418c
commit fe84e1765b
14 changed files with 13224 additions and 0 deletions

11
src/app.config.js Normal file
View File

@@ -0,0 +1,11 @@
export default {
pages: [
'pages/index/index'
],
window: {
backgroundTextStyle: 'light',
navigationBarBackgroundColor: '#fff',
navigationBarTitleText: 'WeChat',
navigationBarTextStyle: 'black'
}
}