update pay ui
This commit is contained in:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user