• 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
  • test-tabs
  • index.config.js
  • hookehuyr's avatar
    feat(material-list): 重构资料列表页使用 NutTabs 替换 FilterTabs · c3887658 ...
    c3887658 Browse Files
    - 移除 FilterTabs 组件依赖,改用 nut-tabs 实现自定义标签栏
    - 新增测试页面 pages/test-tabs 用于验证自定义 Tabs 样式
    - 调整全局样式,为 page 选择器添加 CSS 变量定义
    - 更新组件类型声明,移除 NutSearchbar,添加 NutConfigProvider
    - 在开发环境中注册测试页面路由
    hookehuyr authored 2026-01-31 20:15:11 +0800
index.config.js 156 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
/**
 * Tabs 测试页面配置
 */
export default {
  navigationBarTitleText: 'Tabs 测试',
  enablePullDownRefresh: false,
  backgroundColor: '#f5f5f5'
}