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) 所有。仅供学习和研究用途。