mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-06 04:20:59 +08:00
chore: remove tweets from community section
This commit is contained in:
@@ -95,39 +95,7 @@ interface CommunitySectionProps {
|
||||
}
|
||||
|
||||
export default function CommunitySection({ language }: CommunitySectionProps) {
|
||||
const tweets: TweetProps[] = [
|
||||
{
|
||||
quote:
|
||||
'前不久非常火的 AI 量化交易系统 NOF1,在 GitHub 上有人将其复刻并开源,这就是 NOFX 项目。基于 DeepSeek、Qwen 等大语言模型,打造的通用架构 AI 交易操作系统,完成了从决策、到交易、再到复盘的闭环。',
|
||||
authorName: 'Michael Williams',
|
||||
handle: '@MichaelWil93725',
|
||||
avatarUrl:
|
||||
'https://pbs.twimg.com/profile_images/1767615411594694659/Mj8Fdt6o_400x400.jpg',
|
||||
tweetUrl:
|
||||
'https://twitter.com/MichaelWil93725/status/1984980920395604008',
|
||||
delay: 0,
|
||||
},
|
||||
{
|
||||
quote:
|
||||
'跑了一晚上 @nofx_official 开源的 AI 自动交易,太有意思了,就看 AI 在那一会开空一会开多,一顿操作,虽然看不懂为什么,但是一晚上帮我赚了 6% 收益',
|
||||
authorName: 'DIŸgöd',
|
||||
handle: '@DIYgod',
|
||||
avatarUrl:
|
||||
'https://pbs.twimg.com/profile_images/1628393369029181440/r23HDDJk_400x400.jpg',
|
||||
tweetUrl: 'https://twitter.com/DIYgod/status/1984442354515017923',
|
||||
delay: 0.1,
|
||||
},
|
||||
{
|
||||
quote:
|
||||
'Open-source NOFX revives the legendary Alpha Arena, an AI-powered crypto futures battleground. Built on DeepSeek/Qwen AI, it trades live on Binance, Hyperliquid, and Aster DEX, featuring multi-AI battles and self-learning bots',
|
||||
authorName: 'Kai',
|
||||
handle: '@hqmank',
|
||||
avatarUrl:
|
||||
'https://pbs.twimg.com/profile_images/1905441261911506945/4YhLIqUm_400x400.jpg',
|
||||
tweetUrl: 'https://twitter.com/hqmank/status/1984227431994290340',
|
||||
delay: 0.15,
|
||||
},
|
||||
]
|
||||
const tweets: TweetProps[] = []
|
||||
|
||||
return (
|
||||
<section className="py-24 relative" style={{ background: '#0B0E11' }}>
|
||||
|
||||
Reference in New Issue
Block a user