index.config.js 261 Bytes
/*
 * @Date: 2026-02-05
 * @Description: 本周热门资料页面配置
 */
export default {
  navigationBarTitleText: '本周热门资料',
  enablePullDownRefresh: true,
  backgroundColor: '#F9FAFB',
  navigationStyle: 'custom',
  onReachBottomDistance: 50
}