mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
- Set up VitePress with bilingual support (Chinese root + English /en/) - Create unified sidebar navigation with all doc sections - Add custom Anthropic brand theme (#D97757) - Create Quick Start pages (zh/en) from README content - Migrate 7 .en.md files to docs/en/ directory structure - Translate memory/agent/skills docs to English (9 files) - Generate English-only architecture diagrams (11 images via PicTactic) - Copy English-ready images for agent/skills sections (21 images) - Configure custom domain (claudecodehaha.relakkesyang.org) - Localize Chinese UI labels (sidebar, outline, footer) - Add documentation site badge to READMEs - Fix dead links and update cross-references for VitePress Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
---
|
|
layout: home
|
|
|
|
hero:
|
|
name: Claude Code Haha
|
|
text: Locally Runnable Claude Code
|
|
tagline: Repaired from leaked source, supports any Anthropic-compatible API endpoint (MiniMax, OpenRouter, etc.)
|
|
image:
|
|
src: /images/banner.jpg
|
|
alt: Claude Code Haha
|
|
actions:
|
|
- theme: brand
|
|
text: Quick Start
|
|
link: /en/guide/quick-start
|
|
- theme: alt
|
|
text: GitHub
|
|
link: https://github.com/NanmiCoder/cc-haha
|
|
|
|
features:
|
|
- icon: "\U0001F5A5"
|
|
title: Full TUI Experience
|
|
details: Ink terminal UI matching the official Claude Code interface, with --print headless mode
|
|
- icon: "\U0001F9E0"
|
|
title: Memory System
|
|
details: Cross-session persistent memory with auto-extraction, smart retrieval, and AutoDream consolidation
|
|
- icon: "\U0001F916"
|
|
title: Multi-Agent System
|
|
details: Agent orchestration, parallel tasks, Teams collaboration, Worktree isolation
|
|
- icon: "\U0001F9E9"
|
|
title: Skills System
|
|
details: Extensible capability plugins, custom workflows, conditional activation
|
|
- icon: "\U0001F4BB"
|
|
title: Computer Use
|
|
details: Desktop control — screenshots, mouse, and keyboard automation
|
|
link: /en/features/computer-use
|
|
- icon: "\U0001F310"
|
|
title: Third-Party Models
|
|
details: Support for OpenAI, DeepSeek, Ollama, and any compatible model
|
|
link: /en/guide/third-party-models
|
|
---
|