chore: 移除 CLAUDE.md 相关文档说明

从中英文 README 中删除 CLAUDE.md 文件说明,清理无用文档引用,保持项目说明简洁。
This commit is contained in:
谦君
2025-12-11 15:31:49 +08:00
parent 887f90ba9d
commit f7fc67b2f1
2 changed files with 0 additions and 2 deletions

View File

@@ -129,7 +129,6 @@ ogame-vue-ts/
│ └── style.css # Global styles │ └── style.css # Global styles
├── .github/ ├── .github/
│ └── ISSUE_TEMPLATE/ # GitHub issue templates │ └── ISSUE_TEMPLATE/ # GitHub issue templates
├── CLAUDE.md # AI assistant instructions
├── LICENSE # CC BY-NC 4.0 License ├── LICENSE # CC BY-NC 4.0 License
├── package.json # Project dependencies ├── package.json # Project dependencies
├── tsconfig.json # TypeScript configuration ├── tsconfig.json # TypeScript configuration

View File

@@ -130,7 +130,6 @@ ogame-vue-ts/
│ └── style.css # 全局样式 │ └── style.css # 全局样式
├── .github/ ├── .github/
│ └── ISSUE_TEMPLATE/ # GitHub issue 模板 │ └── ISSUE_TEMPLATE/ # GitHub issue 模板
├── CLAUDE.md # AI 助手说明文档
├── LICENSE # CC BY-NC 4.0 许可证 ├── LICENSE # CC BY-NC 4.0 许可证
├── package.json # 项目依赖 ├── package.json # 项目依赖
├── tsconfig.json # TypeScript 配置 ├── tsconfig.json # TypeScript 配置