Skip to content

Commit e3056f2

Browse files
authored
docs: update readme
1 parent 21b1c18 commit e3056f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
## 架构及时序图
2828

29-
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-06-01-17-53-56.png)
29+
<div align="center">
30+
<img src="https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2025-06-01-17-53-56.png" width="50%" alt="Arch">
31+
</div>
3032

3133
```mermaid
3234
sequenceDiagram
@@ -144,6 +146,9 @@ https://github.com/timerring/CloudCheckin/blob/0b719258ab4f5f746b067798eb2a4185a
144146

145147
配置完成所有内容后,请手动执行一次 `Setup CircleCI Context and Secrets` 以及 `Deploy Cloudflare Worker` workflow 确保配置 secrets 通过 CircleCI CLI 正确同步至 CircleCI contexts secrets,并将 Cloudflare Worker 正确部署。(Actions -> `Setup CircleCI Context and Secrets` -> `Run workflow` 以及 Actions -> `Deploy Cloudflare Worker` -> `Run workflow`
146148

149+
> [!IMPORTANT]
150+
> 有时 cookie 会过期导致签到失败,如果遇到失败情况,请考虑重新获取 cookie 填入 Secrets,再手动执行 `Setup CircleCI Context and Secrets` workflow 同步 cookie 到 CircleCI。
151+
147152
## 常见问题
148153

149154
1. 为什么要采用 CircleCI,不直接用 Github Actions?

0 commit comments

Comments
 (0)