From 7d40dbf48ca61dee77e0d1eeb78fc6fdbbba0656 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: Fri, 3 Apr 2026 01:30:02 +0800 Subject: [PATCH] docs: add table of contents with anchor links to READMEs Co-Authored-By: Claude Opus 4.6 --- README.en.md | 14 ++++++++++++++ README.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/README.en.md b/README.en.md index 07ecd16..afb19c8 100644 --- a/README.en.md +++ b/README.en.md @@ -10,6 +10,20 @@ A **locally runnable version** repaired from the leaked Claude Code source, with Runtime screenshot

+## Table of Contents + +- [Features](#features) +- [Architecture Overview](#architecture-overview) +- [Quick Start](#quick-start) +- [Environment Variables](#environment-variables) +- [Fallback Mode](#fallback-mode) +- [FAQ](#faq) +- [Fixes Compared with the Original Leaked Source](#fixes-compared-with-the-original-leaked-source) +- [Project Structure](#project-structure) +- [Tech Stack](#tech-stack) + +--- + ## Features - Full Ink TUI experience (matching the official Claude Code interface) diff --git a/README.md b/README.md index 319faa7..c715228 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ 运行截图

+## 目录 + +- [功能](#功能) +- [架构概览](#架构概览) +- [快速开始](#快速开始) +- [环境变量说明](#环境变量说明) +- [降级模式](#降级模式) +- [常见问题](#常见问题) +- [相对于原始泄露源码的修复](#相对于原始泄露源码的修复) +- [项目结构](#项目结构) +- [技术栈](#技术栈) + +--- + ## 功能 - 完整的 Ink TUI 交互界面(与官方 Claude Code 一致)