update for puppeteer
This commit is contained in:
parent
a5a0b094a3
commit
915b16f0e6
@ -4,7 +4,7 @@ puppeteer:
|
|||||||
format: "A4"
|
format: "A4"
|
||||||
timeout: 3000
|
timeout: 3000
|
||||||
export_on_save:
|
export_on_save:
|
||||||
puppeteer: true
|
puppeteer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
@ -71,10 +71,13 @@ export_on_save:
|
|||||||
```
|
```
|
||||||
# 时序图-相对路径2
|
# 时序图-相对路径2
|
||||||
|
|
||||||
```plantuml
|
```plantuml {align="center"}
|
||||||
@startuml
|
@startuml
|
||||||
!include ../puml/core.puml
|
!include ../puml/core.puml
|
||||||
|
|
||||||
|
scale max 800 width
|
||||||
|
scale max 800 height
|
||||||
|
|
||||||
用户 -> 认证中心: 登录操作2
|
用户 -> 认证中心: 登录操作2
|
||||||
认证中心 -> 缓存: 存放(key=token+ip,value=token)token
|
认证中心 -> 缓存: 存放(key=token+ip,value=token)token
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
puppeteer:
|
puppeteer:
|
||||||
landscape: false format: "A4"
|
landscape: false
|
||||||
timeout: 3000 export_on_save:
|
format: "A4"
|
||||||
puppeteer: true
|
timeout: 3000
|
||||||
|
export_on_save:
|
||||||
|
puppeteer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# 时序图
|
# 时序图
|
||||||
|
Loading…
x
Reference in New Issue
Block a user