feat: 新增评价页面

This commit is contained in:
duanshuwen
2025-12-01 22:29:26 +08:00
parent c1b6efc1e9
commit 008f262470
4 changed files with 31 additions and 9 deletions

View File

@@ -15,48 +15,48 @@ export const menus: MenuItem[] = [
name: '首页',
icon: RiHomeLine,
color: '#525866',
activeColor: 'text-[#2B7FFF]',
activeColor: '#2B7FFF',
},
{
id: 2,
name: '订单',
icon: RiFileListLine,
color: '#525866',
activeColor: 'text-[#2B7FFF]',
activeColor: '#2B7FFF',
},
{
id: 3,
name: '库存',
icon: RiHotelLine,
color: '#525866',
activeColor: 'text-[#2B7FFF]',
activeColor: '#2B7FFF',
},
{
id: 4,
name: '评价',
icon: RiChatQuoteLine,
color: '#525866',
activeColor: 'text-[#2B7FFF]',
activeColor: '#2B7FFF',
},
{
id: 5,
name: '数据看板',
icon: RiBarChartBoxAiLine,
color: '#525866',
activeColor: 'text-[#2B7FFF]',
activeColor: '#2B7FFF',
},
{
id: 6,
name: '更多',
icon: RiMoreLine,
color: '#525866',
activeColor: 'text-[#2B7FFF]',
activeColor: '#2B7FFF',
},
{
id: 7,
name: '设置',
icon: RiSettingsLine,
color: '#525866',
activeColor: 'text-[#2B7FFF]',
activeColor: '#2B7FFF',
},
]