update demo

This commit is contained in:
chenp 2022-05-24 20:38:15 +08:00
parent db6ce1973a
commit b29c1cbe43

View File

@ -57,7 +57,8 @@ export_on_save:
```plantuml
@startuml
!include ./core.puml
' !include ./core.puml
!include https://deep-tek.com/puml/core.puml
用户 -> 认证中心: 登录操作1
认证中心 -> 缓存: 存放(key=token+ip,value=token)token
@ -73,7 +74,8 @@ export_on_save:
```plantuml align="center"}
@startuml
!include ../puml/core.puml
' !include ../puml/core.puml
!include https://deep-tek.com/puml/core.puml
scale max 800 width
scale max 800 height
@ -98,7 +100,9 @@ scale max 800 height
```plantuml
@startuml
!include https://deep-tek.com/puml/cerulean/puml-theme-cerulean.puml
' !include https://deep-tek.com/puml/cerulean/puml-theme-cerulean.puml
' help themes
!theme bluegray
participant participant as Foo
actor actor as Foo1