Skip to content

Commit d8e2d0c

Browse files
committed
Fix corrupted images file.
1 parent f622ddb commit d8e2d0c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

content/zh/post/2023/我的画图流.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "我的画图流:画图工具与技巧分享"
33
date = 2023-01-30T19:22:00-08:00
4-
lastmod = 2025-01-09T17:44:07-08:00
4+
lastmod = 2025-01-19T13:38:32-08:00
55
tags = ["tool"]
66
categories = ["工作流"]
77
draft = false
@@ -389,7 +389,7 @@ plantuml 依赖的底层组件就有前文提到的graphviz,所以plantuml的
389389

390390
plantuml 提供不同的组件供时序图使用。不同的组件有不同的形状,默认情况下,组件的声明顺序就是他们的展示顺序。
391391

392-
使用=->= 来表示在两个组件/参与者(participant) 之间传递消息,=<--= 表示回包信息。
392+
使用 `->` 来表示在两个组件/参与者(participant) 之间传递消息, `<--` 表示回包信息。
393393

394394
```plantuml
395395
@startuml
@@ -620,7 +620,8 @@ excalidraw, graphviz 也好, plantuml, org-mode 也罢,只是「器」,都
620620
- [【自动】绘图工具 Graphviz](https://program-think.blogspot.com/2016/02/opensource-review-graphviz.html)
621621

622622
<div center class="qr-container">
623+
623624
<img src="/ox-hugo/qrcode_gh_e06d750e626f_1.jpg" alt="qrcode_gh_e06d750e626f_1.jpg" width="160px" height="160px" center="t" class="qr-container" />
624625
公号同步更新,欢迎关注👻
625-
</div>
626626

627+
</div>

static/ox-hugo/activity-digram.png

17.5 KB
Loading

static/ox-hugo/sequence.png

31.3 KB
Loading

0 commit comments

Comments
 (0)