@@ -41,13 +41,14 @@ onClickOutside(dialog, () => {
4141const diagrams: Record <string , () => Promise <any >> = {
4242 " Hello world" : () => import (" ../../diagrams/hello_world.yaml?raw" ),
4343 " Webshop Except Sample" : () => import (" ../../diagrams/webshop-excerpt-sample.yaml?raw" ),
44- TeaStore : () => import (" ../../diagrams/TeaStore.yaml?raw" ),
44+ " TeaStore" : () => import (" ../../diagrams/TeaStore.yaml?raw" ),
4545 " Sock Shop" : () => import (" ../../diagrams/Sock-Shop.yaml?raw" ),
4646 " Train Ticket" : () => import (" ../../diagrams/Train-Ticket.yaml?raw" ),
47- DeathStarBench : () => import (" ../../diagrams/DeathStarBench-complete.yaml?raw" ),
47+ " Fudan SE Lab's Train Ticket" : () => import (" ../../diagrams/Fudan-Train-Ticket-full.yaml?raw" ),
48+ " DeathStarBench" : () => import (" ../../diagrams/DeathStarBench-complete.yaml?raw" ),
4849 " Online Boutique (expanded)" : () => import (" ../../diagrams/Online-Boutique-expanded.yaml?raw" ),
4950 " Astronomy Shop" : () => import (" ../../diagrams/Astronomy-Shop.yaml?raw" ),
50- MiSArch : () => import (" ../../diagrams/MiSArch.yaml?raw" ),
51+ " MiSArch" : () => import (" ../../diagrams/MiSArch.yaml?raw" ),
5152 " MiSArch (simplified)" : () => import (" ../../diagrams/MiSArch-simplified.yaml?raw" ),
5253 " MiSArch (extended)" : () => import (" ../../diagrams/MiSArch-extended.yaml?raw" ),
5354};
0 commit comments