Files
xxxigcc-proxy/llmdoc/reference/modification-checklist.md
Wang Defa 9afe4a8649
All checks were successful
Build and Release / build-and-test (arm64, alpine) (push) Successful in -13s
Build and Release / build-and-test (amd64, alpine) (push) Successful in -6s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in -7s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in 7s
Build and Release / release (push) Successful in 21s
简化 Debian 发布流程并添加项目文档系统
- 将 Debian 包仓库从 bookworm/trixie 双发行版改为通用 stable 仓库
- 新增完整的 llmdoc 文档系统,包含架构、指南和参考文档
- 更新 README.md 和部署指南以反映新的仓库配置
- 添加 .gitignore 文件
2025-12-25 10:18:07 +08:00

37 lines
1.1 KiB
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.
# 源代码修改清单
## 1. 项目重命名
- [ ] 修改 `CMakeLists.txt` 中的项目名称
- [ ] 替换 `project(xmrigcc-proxy)``project(xxxigcc-proxy)`
## 2. 捐赠功能修改
### 2.1 捐赠级别设置
- [ ] `src/donate.h`:将 `kDefaultDonateLevel` 从 2 修改为 0
- [ ] `src/core/config/Config_platform.h`:将 `donate-level` 从 1 修改为 0
- [ ] `src/config.json`:将 `"donate-level"` 从 2 修改为 0
### 2.2 捐赠服务器地址
- [ ] `src/net/strategies/DonateStrategy.cpp`
- [ ] 替换 `donate.graef.in``127.0.0.1`
- [ ] 替换 `87.106.163.52``127.0.0.1`
## 3. 版本信息定制
- [ ] `src/version.h`
- [ ] 替换 "xmrigcc" 为 "xxxigcc"
- [ ] 替换 "XMRigCC" 为 "XXXigCC"
## 4. 调试配置
- [ ] `src/config.json`:将 `"verbose"` 设置为 `true`
## 5. 验证清单
- [ ] 所有 sed 命令已执行
- [ ] 捐赠功能已完全禁用
- [ ] 项目名称已更新
- [ ] 详细日志已启用
- [ ] 构建通过单元测试
- [ ] 手动功能测试完成
## 6. 注意事项
- 始终在源代码版本控制下工作
- 为修改创建单独的分支
- 保留原始项目的基本功能架构