• 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
  • material-list
  • index.config.js
  • hookehuyr's avatar
    feat: 新增资料列表页面并优化图标组件 · 28e54fd9 ...
    28e54fd9
    - 新增 "资料列表" 页面 (`src/pages/material-list/index.vue`),包含搜索栏、资料列表展示及收藏功能
    - 注册页面路由至 `src/app.config.js` 并添加页面配置文件
    - 扩展 `IconFont` 组件,新增 `StarFill` 图标以支持收藏状态切换
    - 更新 CHANGELOG.md 文档,记录新增功能与优化项
    hookehuyr authored 2026-01-30 15:30:26 +0800
index.config.js 150 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
export default {
  navigationBarTitleText: '资料列表',
  enablePullDownRefresh: true,
  backgroundColor: '#F9FAFB',
  navigationStyle: 'custom'
}