index.config.js
361 Bytes
/**
* 视频播放页面配置
*
* @description 视频播放页面的独立配置
* @author Claude Code
* @date 2026-02-04
*/
export default {
navigationBarTitleText: '视频播放',
navigationBarBackgroundColor: '#000000',
navigationBarTextStyle: 'white',
navigationStyle: 'custom',
backgroundColor: '#000000',
enablePullDownRefresh: false
}