This commit is contained in:
juneix
2026-03-07 17:32:44 +08:00
parent 50522dd1dc
commit 3288a2c140
2 changed files with 14 additions and 11 deletions
+2 -3
View File
@@ -7,7 +7,6 @@ on:
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- 'README_zh.md' - 'README_zh.md'
- '.github/**'
workflow_dispatch: workflow_dispatch:
# 使用 concurrency 结合延迟效果来实现类似“修改后30分钟构建”的需求是不太直接的。 # 使用 concurrency 结合延迟效果来实现类似“修改后30分钟构建”的需求是不太直接的。
@@ -23,10 +22,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up QEMU - name: Set up QEMU
uses: actions/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: actions/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
+12 -8
View File
@@ -118,14 +118,18 @@ services:
- 更多内容:访问 ➡️ [谢週五の藏经阁](https://5nav.eu.org) - 更多内容:访问 ➡️ [谢週五の藏经阁](https://5nav.eu.org)
<div align="center"> <div align="center">
<div style="display: inline-block; margin: 10px;"> <table>
<img src="./zh/wechat.webp" width="128" /> <tr>
<br/><sub>微信</sub> <td align="center">
</div> <img src="./zh/wechat.webp" width="128" /><br/>
<div style="display: inline-block; margin: 10px;"> <sub>微信</sub>
<img src="./zh/alipay.webp" width="128" /> </td>
<br/><sub>支付宝</sub> <td align="center">
</div> <img src="./zh/alipay.webp" width="128" /><br/>
<sub>支付宝</sub>
</td>
</tr>
</table>
</div> </div>
## 📝 开源协议 ## 📝 开源协议