We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a86ed37 + a73bfde commit 357f542Copy full SHA for 357f542
1 file changed
README.md
@@ -136,6 +136,9 @@
136
137
## 📖 GitHub 提交与贡献教程
138
139
+<details>
140
+<summary>点击查看详情</summary>
141
+
142
### 🚀 快速开始
143
144
在向 SecRandom 项目贡献代码之前,请确保您已完成以下准备工作:
@@ -206,12 +209,17 @@
206
209
- 确保所有测试通过
207
210
- 关联相关的 Issue(如有)
208
211
212
+</details>
213
214
## 📖 使用教程
215
216
### 🚀 GitHub Actions 统一构建工作流使用指南
217
218
SecRandom 项目使用统一的 GitHub Actions 工作流进行构建和发布,文件位于 `.github/workflows/build-unified.yml`。该工作流支持多种触发方式和配置选项。
219
220
221
+<summary>查看更多信息</summary>
222
223
#### 通过提交消息触发特定构建
224
225
您可以通过在 git commit 消息中包含特定关键词来触发不同的构建行为:
@@ -245,4 +253,6 @@ SecRandom 项目使用统一的 GitHub Actions 工作流进行构建和发布,
245
253
- `git commit -m "优化性能 打包 pi"` - 使用 PyInstaller 构建 Windows 平台
246
254
- `git commit -m "修复bug 打包 pi"` - 使用 PyInstaller 构建 Linux 平台
247
255
256
257
248
258
**Copyright © 2025 SECTL**
0 commit comments