行情录入跳转调整

This commit is contained in:
甲辰生产 2026-04-11 23:49:36 +08:00
parent 17c4bb2788
commit b681eebdb1
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ export default function Home() {
<div style={{ color: '#fff', fontSize: '14px', fontWeight: '600', whiteSpace: 'nowrap' }}>藏品录入</div>
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '10px', marginTop: '2px' }}>AI识别添加</div>
</div>
<div onClick={() => window.location.hash = '#/news?type=deal'} style={{
<div onClick={() => window.location.hash = '#/add?mode=deal'} style={{
background: 'linear-gradient(135deg, #ec4899 0%, #db2777 100%)',
borderRadius: '12px',
padding: '12px 16px',