From 8e94010bbc79daa85f58e1215bf491a08d1142e7 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: Tue, 28 Apr 2026 16:13:19 +0800 Subject: [PATCH] docs: acknowledge reference projects in README The README footer now separates community references from sponsors and donation content, so readers can see which upstream projects informed the UI stack and provider configuration approach. Constraint: Keep acknowledgement placement near the footer without mixing references into sponsorship copy Confidence: high Scope-risk: narrow Reversibility: clean Tested: Reviewed README.md and README.en.md diff Not-tested: Markdown site build --- README.en.md | 10 ++++++++++ README.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.en.md b/README.en.md index ef5196f2..3d02b6ef 100644 --- a/README.en.md +++ b/README.en.md @@ -273,6 +273,16 @@ If this project helps you, consider buying me a coffee — every bit of support --- +## Thanks + +Thanks to the following open-source projects and community practices for reference and inspiration: + +- [React](https://github.com/facebook/react): frontend engineering and component-based UI ecosystem. +- [Tauri](https://github.com/tauri-apps/tauri): cross-platform desktop app capabilities and engineering practices. +- [cc-switch](https://github.com/farion1231/cc-switch): reference for model provider configuration. + +--- + ## Disclaimer This repository is based on the Claude Code source leaked from the Anthropic npm registry on 2026-03-31. All original source code copyrights belong to [Anthropic](https://www.anthropic.com). It is provided for learning and research purposes only. diff --git a/README.md b/README.md index d7bd364d..aefef042 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,16 @@ http://127.0.0.1:2024 --- +## 感谢 + +感谢以下开源项目和社区实践为本项目提供参考与启发: + +- [React](https://github.com/facebook/react):前端工程与组件化 UI 生态。 +- [Tauri](https://github.com/tauri-apps/tauri):跨端桌面应用能力与工程实践。 +- [cc-switch](https://github.com/farion1231/cc-switch):模型供应商配置能力参考。 + +--- + ## Disclaimer 本仓库基于 2026-03-31 从 Anthropic npm registry 泄露的 Claude Code 源码。所有原始源码版权归 [Anthropic](https://www.anthropic.com) 所有。仅供学习和研究用途。