Browse Source

docs: update describe figure

master
Dnomd343 2 years ago
parent
commit
b867374ba4
  1. 9
      README.md

9
README.md

@ -2,6 +2,7 @@
```mermaid ```mermaid
graph LR graph LR
subgraph crawler subgraph crawler
source_1([108shu.com]) source_1([108shu.com])
source_2([aidusk.com]) source_2([aidusk.com])
@ -63,11 +64,13 @@
end end
subgraph release subgraph release
rc-1([rc-1]) rc-1([RC-1])
rc-n([RC-2/3/...])
sa --> rc-1 sa --> rc-1
sb -- fix --> rc-1 sb -- fix --> rc-1
rc-1 ==> rc-n
end end
``` ```
## 数据来源 ## 数据来源
@ -117,3 +120,5 @@
+ `RC-1` :初始合并版本 + `RC-1` :初始合并版本
+ `RC-2` :修复部分屏蔽词与语法错误 + `RC-2` :修复部分屏蔽词与语法错误
+ `RC-3` :修复部分繁体字错误

Loading…
Cancel
Save