update pay ui

This commit is contained in:
2025-12-11 17:00:05 +08:00
parent bf4521af47
commit 0599e2dad3
3 changed files with 103 additions and 68 deletions

View File

@@ -55,12 +55,21 @@ export const CORE_FEATURES: Feature[] = [
badge: '专业'
},
{
id: 'trading-simulation',
title: '模拟盘交易',
description: '100万起始资金,体验真实交易环境',
icon: '💰',
id: 'value-forum',
title: '价值论坛',
description: '投资者交流社区,分享投资心得',
icon: '💬',
color: 'teal',
url: '/trading-simulation',
badge: '实战'
url: '/value-forum',
badge: '交流'
},
{
id: 'agent-chat',
title: 'AI助手',
description: '智能投资助手,解答投资疑问',
icon: '🤖',
color: 'cyan',
url: '/agent-chat',
badge: 'AI'
}
];