Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🐾 OpenClaw 101

> 从零开始,7天掌握你的 AI 私人助理 | The open-source guide to OpenClaw
> 龙虾妈妈,OpenClaw 学习导航站 | The open-source guide to OpenClaw

**[🌐 在线访问](https://openclaw101.dev)** · **[📚 浏览全部资源](https://openclaw101.dev/resources)** · **[📖 飞书知识库](https://my.feishu.cn/wiki/YkWgwqSchi9xW3kEuZscAm0lnFf)**

Expand Down
2 changes: 1 addition & 1 deletion src/app/zh/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const jsonLd = {
'@id': `${SITE_URL}/zh#website`,
url: `${SITE_URL}/zh`,
name: SITE_NAME,
description: '从零开始,7天掌握你的 AI 私人助理。',
description: '龙虾妈妈,OpenClaw 学习导航站。',
inLanguage: getStructuredDataLanguage('zh'),
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ export default function Hero({ locale, dict }: HeroProps) {

{/* Subtitle */}
<p className="text-base sm:text-lg md:text-xl font-semibold mb-3 sm:mb-4 px-2" style={{ color: 'rgba(255,255,255,0.9)' }}>
{isZh ? '从零开始,7天掌握你的 AI 私人助理' : 'Your AI assistant that actually does things'}
{isZh ? '龙虾妈妈,OpenClaw 学习导航站' : 'Your AI assistant that actually does things'}
</p>

{/* Secondary tagline */}
<p className="text-xs sm:text-sm md:text-base mb-6 sm:mb-10 max-w-xl mx-auto px-3" style={{ color: 'rgba(255,255,255,0.5)' }}>
{isZh
? 'The open-source guide to building your AI assistant with OpenClaw'
? '学习路径、技能目录、精选资源都帮你整理好了,从入门到进阶都能找到。'
: 'From setup to advanced automation — start your journey here'
}
</p>
Expand Down