• This project
    • Loading...
  • Sign in

Hooke / custom_form

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • custom_form
  • src
  • app.config.js
  • hookehuyr's avatar
    🎉 init: 项目初始化 · a097b379
    a097b379
    hookehuyr authored 2023-03-23 14:33:10 +0800
app.config.js 242 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
export default defineAppConfig({
  pages: [
    'pages/index/index'
  ],
  window: {
    backgroundTextStyle: 'light',
    navigationBarBackgroundColor: '#fff',
    navigationBarTitleText: 'WeChat',
    navigationBarTextStyle: 'black'
  }
})