简化 Debian 发布流程并添加项目文档系统
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
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 包仓库从 bookworm/trixie 双发行版改为通用 stable 仓库 - 新增完整的 llmdoc 文档系统,包含架构、指南和参考文档 - 更新 README.md 和部署指南以反映新的仓库配置 - 添加 .gitignore 文件
This commit is contained in:
37
llmdoc/reference/modification-checklist.md
Normal file
37
llmdoc/reference/modification-checklist.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# 源代码修改清单
|
||||
|
||||
## 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. 注意事项
|
||||
- 始终在源代码版本控制下工作
|
||||
- 为修改创建单独的分支
|
||||
- 保留原始项目的基本功能架构
|
||||
Reference in New Issue
Block a user