feat: init

This commit is contained in:
eric
2022-11-12 14:46:03 +02:00
parent d3ae469a7d
commit fa3b76de1f
16 changed files with 358 additions and 0 deletions

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

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