Skip to content

Commit 357f542

Browse files
committed
Merge branch 'master' of https://github.com/SECTL/SecRandom
2 parents a86ed37 + a73bfde commit 357f542

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136

137137
## 📖 GitHub 提交与贡献教程
138138

139+
<details>
140+
<summary>点击查看详情</summary>
141+
139142
### 🚀 快速开始
140143

141144
在向 SecRandom 项目贡献代码之前,请确保您已完成以下准备工作:
@@ -206,12 +209,17 @@
206209
- 确保所有测试通过
207210
- 关联相关的 Issue(如有)
208211

212+
</details>
213+
209214
## 📖 使用教程
210215

211216
### 🚀 GitHub Actions 统一构建工作流使用指南
212217

213218
SecRandom 项目使用统一的 GitHub Actions 工作流进行构建和发布,文件位于 `.github/workflows/build-unified.yml`。该工作流支持多种触发方式和配置选项。
214219

220+
<details>
221+
<summary>查看更多信息</summary>
222+
215223
#### 通过提交消息触发特定构建
216224

217225
您可以通过在 git commit 消息中包含特定关键词来触发不同的构建行为:
@@ -245,4 +253,6 @@ SecRandom 项目使用统一的 GitHub Actions 工作流进行构建和发布,
245253
- `git commit -m "优化性能 打包 pi"` - 使用 PyInstaller 构建 Windows 平台
246254
- `git commit -m "修复bug 打包 pi"` - 使用 PyInstaller 构建 Linux 平台
247255

256+
</details>
257+
248258
**Copyright © 2025 SECTL**

0 commit comments

Comments
 (0)