feat: 优化课程首页AI应用策略内容展示

- 在"应用策略"部分添加三点说明内容
- 调整文字为居中对齐,字体放大到3xl
- 优化内容间距,提升阅读体验

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
KQL
2025-11-05 15:38:01 +08:00
parent 8dd0e88514
commit d9c11aacfb

View File

@@ -941,10 +941,18 @@ const HomePage: React.FC = () => {
<CheckCircle className="text-neon-yellow-500" size={40} />
<h4 className="text-2xl font-bold text-neon-yellow-400">3. </h4>
</div>
<p className="text-lg text-cyber-dark-200">
AI应用能力
</p>
<div className="space-y-10 mt-8">
<p className="text-3xl text-cyber-dark-200 text-center">
AI工具
</p>
<p className="text-3xl text-cyber-dark-200 text-center">
</p>
<p className="text-3xl text-cyber-dark-200 text-center">
使
</p>
</div>
</div>
</div>