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