feat: 将项目名称从 Claude Code 重命名为 LHY Code

- 更新 package.json 中的 name、bin 和 scripts 字段
- 创建新的启动脚本 bin/lhy-code
- 将所有文档和源代码中的 "Claude Code" 替换为 "LHY Code"
- 更新欢迎信息、状态栏描述和版本显示
- 删除不再需要的 .env.example 文件
This commit is contained in:
2026-04-02 23:19:28 +08:00
parent ed91e47107
commit cd09784e54
16 changed files with 933 additions and 48 deletions
@@ -0,0 +1,11 @@
# Checklist
- [x] package.json name 字段改为 "lhy-code"
- [x] package.json bin 字段改为 "lhy-code"
- [x] README.md 所有 "Claude Code Haha" 替换为 "LHY Code"
- [x] README.md 所有 "claude-code-haha" 替换为 "lhy-code"
- [x] ARCHITECTURE.md 项目名称已更新(位于 .trae/documents/
- [x] TUTORIAL.md 项目名称已更新
- [x] 源代码中需要修改的 "Claude Code" 引用已修改
- [x] bin 脚本已创建为 lhy-code
- [x] 版本信息显示 "LHY Code v999.0.0-local"