Files
Serendipity cd09784e54 feat: 将项目名称从 Claude Code 重命名为 LHY Code
- 更新 package.json 中的 name、bin 和 scripts 字段
- 创建新的启动脚本 bin/lhy-code
- 将所有文档和源代码中的 "Claude Code" 替换为 "LHY Code"
- 更新欢迎信息、状态栏描述和版本显示
- 删除不再需要的 .env.example 文件
2026-04-02 23:19:28 +08:00

12 lines
500 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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"