feat: 添加图标

This commit is contained in:
imeepos
2025-09-03 15:57:27 +08:00
parent 353e0ee6dc
commit c8480308e0
93 changed files with 1503 additions and 12 deletions

View File

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