From 61a857c2de00dc7d1f52773a00a145fa16a27d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Sat, 4 Apr 2026 20:15:54 +0800 Subject: [PATCH] docs: move banner above badges in READMEs Co-Authored-By: Claude Opus 4.6 (1M context) --- README.en.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.en.md b/README.en.md index 35bd5d46..ac643bcc 100644 --- a/README.en.md +++ b/README.en.md @@ -1,5 +1,9 @@ # Claude Code Haha +

+ Claude Code Haha Banner +

+
[![GitHub Stars](https://img.shields.io/github/stars/NanmiCoder/cc-haha?style=social)](https://github.com/NanmiCoder/cc-haha/stargazers) @@ -12,10 +16,6 @@
-

- Claude Code Haha Banner -

- A **locally runnable version** repaired from the leaked Claude Code source, with support for any Anthropic-compatible API endpoint such as MiniMax and OpenRouter. > The original leaked source does not run as-is. This repository fixes multiple blocking issues in the startup path so the full Ink TUI can work locally. diff --git a/README.md b/README.md index 6b02114b..cece10cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Claude Code Haha +

+ Claude Code Haha Banner +

+
[![GitHub Stars](https://img.shields.io/github/stars/NanmiCoder/cc-haha?style=social)](https://github.com/NanmiCoder/cc-haha/stargazers) @@ -12,10 +16,6 @@
-

- Claude Code Haha Banner -

- 基于 Claude Code 泄露源码修复的**本地可运行版本**,支持接入任意 Anthropic 兼容 API(如 MiniMax、OpenRouter 等)。 > 原始泄露源码无法直接运行。本仓库修复了启动链路中的多个阻塞问题,使完整的 Ink TUI 交互界面可以在本地工作。