feat: 优化课程首页AI应用策略内容展示
- 在"应用策略"部分添加三点说明内容 - 调整文字为居中对齐,字体放大到3xl - 优化内容间距,提升阅读体验 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user