• This project
    • Loading...
  • Sign in

Hooke / manulife-weapp

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
  • manulife-weapp
  • src
  • pages
  • knowledge-base
  • index.config.js
  • hookehuyr's avatar
    feat: 新增资料知识库页面 · b4501805 ...
    b4501805
    - 添加知识库页面路由配置及页面组件
    - 实现基于标签的产品分类展示功能
    - 使用 Tailwind CSS 构建响应式卡片布局
    - 集成统一导航头和底部标签栏组件
    - 更新项目变更日志记录新功能
    hookehuyr authored 2026-01-29 21:59:20 +0800
index.config.js 110 Bytes
Raw Blame History Permalink
1 2 3 4
export default definePageConfig({
  navigationBarTitleText: '资料知识库',
  navigationStyle: 'custom'
})