• This project
    • Loading...
  • Sign in

Hooke / jls-weapp

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • jls-weapp
  • src
  • pages
  • mine
  • index.config.js
  • hookehuyr's avatar
    feat: 新增消息和我的页面并重构首页布局 · 7fd99877 ...
    7fd99877 Browse Files
    新增消息页 (message) 和我的页 (mine),包含基础布局和授权状态展示。
    新增 AppTabbar 组件实现底部导航栏,支持首页、消息、我的三栏切换。
    重构首页布局,将原有测试功能移入测试中心并更新页面标题。
    更新 app.config.js 和组件类型声明以支持新页面和组件。
    hookehuyr authored 2026-04-22 13:02:48 +0800
index.config.js 55 Bytes
Raw Blame History Permalink
1 2 3
export default {
  navigationBarTitleText: '我的',
}