mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
fix: 更新帮助页面链接以指向正确的文档路径
This commit is contained in:
@@ -65,7 +65,7 @@ const helpSectionsConfig: HelpSectionConfig[] = [
|
|||||||
i18nKey: 'home.help.commands.title',
|
i18nKey: 'home.help.commands.title',
|
||||||
descriptionKey: 'home.help.commands.description',
|
descriptionKey: 'home.help.commands.description',
|
||||||
icon: Terminal,
|
icon: Terminal,
|
||||||
link: '/docs/commands',
|
link: '/docs/commands/general/ccw',
|
||||||
isExternal: false,
|
isExternal: false,
|
||||||
badge: 'Docs',
|
badge: 'Docs',
|
||||||
},
|
},
|
||||||
@@ -207,7 +207,7 @@ export function HelpPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Button variant="ghost" size="sm" className="w-full mt-auto" asChild>
|
<Button variant="ghost" size="sm" className="w-full mt-auto" asChild>
|
||||||
<a href="/docs/commands" className="inline-flex items-center justify-center whitespace-nowrap">
|
<a href="/docs/commands/general/ccw" className="inline-flex items-center justify-center whitespace-nowrap">
|
||||||
{formatMessage({ id: 'help.viewAll' })}
|
{formatMessage({ id: 'help.viewAll' })}
|
||||||
<ArrowRight className="w-4 h-4 ml-1 flex-shrink-0" />
|
<ArrowRight className="w-4 h-4 ml-1 flex-shrink-0" />
|
||||||
</a>
|
</a>
|
||||||
@@ -242,7 +242,7 @@ export function HelpPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Button variant="ghost" size="sm" className="w-full mt-auto" asChild>
|
<Button variant="ghost" size="sm" className="w-full mt-auto" asChild>
|
||||||
<a href="/docs/workflows" className="inline-flex items-center justify-center whitespace-nowrap">
|
<a href="/docs/workflows/introduction" className="inline-flex items-center justify-center whitespace-nowrap">
|
||||||
{formatMessage({ id: 'help.viewAll' })}
|
{formatMessage({ id: 'help.viewAll' })}
|
||||||
<ArrowRight className="w-4 h-4 ml-1 flex-shrink-0" />
|
<ArrowRight className="w-4 h-4 ml-1 flex-shrink-0" />
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user