Files
bw-mini-app/src/pages/history/index.config.ts
2025-09-03 15:57:27 +08:00

8 lines
254 B
TypeScript

export default definePageConfig({
navigationBarTitleText: '历史记录',
navigationBarBackgroundColor: '#2c3e50',
navigationBarTextStyle: 'white',
backgroundColorTop: '#2c3e50',
backgroundColorBottom: '#34495e',
backgroundColor: '#2c3e50'
})