From 960bf78e68c8d6112d6a9ca0dd502410322ab2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AI=E4=B8=8D=E6=AD=A2=E8=AF=AD?= <12096460+jnMetaCode@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:29:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(site):=20=E9=A1=B6=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E8=A1=A5=E3=80=8C=E6=94=AF=E6=8C=81=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E3=80=8D+=E3=80=8C=E5=AD=A6=E4=B9=A0=E3=80=8D=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 支持工具(#tools):i18n 和区块本就有、但漏在导航里,补上 - 学习 ↗:链到 aiOlaOla 学习平台(带 utm_source=sp1 来源追踪) 导航:特性/安装/Skills/支持工具/FAQ/学习/GitHub/语言/主题 --- site/build.mjs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/build.mjs b/site/build.mjs index 0f7b110..707e875 100644 --- a/site/build.mjs +++ b/site/build.mjs @@ -108,7 +108,7 @@ const T = { htmlLang: 'zh-CN', title: 'superpowers-zh · AI 编程超能力中文增强版', desc: 'superpowers(233k+ ⭐)完整汉化 + 4 个中国原创 skills,一条 npx 命令为 18 款 AI 编程工具装上系统化工作方法论。', - nav: { why: '特性', install: '安装', skills: 'Skills', tools: '支持工具', faq: 'FAQ', github: 'GitHub ↗' }, + nav: { why: '特性', install: '安装', skills: 'Skills', tools: '支持工具', faq: 'FAQ', learn: '学习 ↗', github: 'GitHub ↗' }, heroBadge: 'superpowers 233k+ ⭐ · 完整汉化 + 中国原创', heroH1: '给你的 AI 编程工具
装上真正会干活的超能力', heroLead: '{n} 个经过实战验证的工作方法论 skill —— 从头脑风暴到 TDD,从系统化调试到代码审查。
一条命令,自动识别项目里的工具并安装。', @@ -194,7 +194,7 @@ const T = { htmlLang: 'en', title: 'superpowers-zh · Battle-tested AI coding skills (CN-enhanced)', desc: 'Full Chinese localization of superpowers (233k+ ⭐) plus 4 China-native skills. One npx command installs systematic workflow methodology into 18 AI coding tools.', - nav: { why: 'Features', install: 'Install', skills: 'Skills', tools: 'Tools', faq: 'FAQ', github: 'GitHub ↗' }, + nav: { why: 'Features', install: 'Install', skills: 'Skills', tools: 'Tools', faq: 'FAQ', learn: 'Learn ↗', github: 'GitHub ↗' }, heroBadge: 'superpowers 233k+ ⭐ · Full CN localization + China-native skills', heroH1: 'Give your AI coding tools
superpowers that actually ship', heroLead: '{n} battle-tested workflow skills — from brainstorming to TDD, systematic debugging to code review.
One command auto-detects your tool and installs.', @@ -349,7 +349,9 @@ ${extraHead} ${t.nav.why} ${t.nav.install} ${t.nav.skills} + ${t.nav.tools} ${t.nav.faq} + ${t.nav.learn} ${t.nav.github} ${other}