Test mermaid: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 22: Line 22:
     class B,E,F auto
     class B,E,F auto
</mermaid>
</mermaid>
[[Category: Test]]

Latest revision as of 17:21, 21 January 2025

graph LR; linkStyle default interpolate basis subgraph one [开销] A([支付宝]); B([微信]); G(["京东、刷卡"]); H([理财]); end subgraph two [收入] C[工商银行]; end D[农业银行]; E([中国银行]); F([招商银行]); E --> H E & F --> A & B C --> E & D & F F --> G classDef auto fill:#9ACFBF class B,E,F auto