@@ -1403,12 +1403,12 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1403
1403
1404
1404
< div class ="mermaid-wrapper my-4 relative w-full " style ="min-width: min-content; ">
1405
1405
<!-- 加载提示 -->
1406
- < div id ="mermaid-zp5oywg68 -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1406
+ < div id ="mermaid-c4m4by0z7 -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1407
1407
< span class ="text-gray-500 text-sm "> 加载图...</ span >
1408
1408
</ div >
1409
1409
1410
1410
<!-- Mermaid 图表容器 -->
1411
- < div id ="mermaid-zp5oywg68 " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1411
+ < div id ="mermaid-c4m4by0z7 " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1412
1412
flowchart LR
1413
1413
id
1414
1414
</ div >
@@ -1440,8 +1440,8 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1440
1440
// 初始化 mermaid
1441
1441
window . mermaidReady . then ( mermaid => {
1442
1442
try {
1443
- const chartElement = document . getElementById ( 'mermaid-zp5oywg68 ' ) ;
1444
- const loadingElement = document . getElementById ( 'mermaid-zp5oywg68 -loading' ) ;
1443
+ const chartElement = document . getElementById ( 'mermaid-c4m4by0z7 ' ) ;
1444
+ const loadingElement = document . getElementById ( 'mermaid-c4m4by0z7 -loading' ) ;
1445
1445
1446
1446
// 先设置容器的最小宽度
1447
1447
chartElement . closest ( '.mermaid-wrapper' ) . style . minWidth = 'min-content' ;
@@ -1455,7 +1455,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1455
1455
1456
1456
// 渲染图表
1457
1457
mermaid . run ( {
1458
- querySelector : '#mermaid-zp5oywg68 '
1458
+ querySelector : '#mermaid-c4m4by0z7 '
1459
1459
} ) . then ( ( ) => {
1460
1460
// 平滑显示图表
1461
1461
chartElement . style . opacity = '1' ;
@@ -1469,7 +1469,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1469
1469
} ) ;
1470
1470
} catch ( error ) {
1471
1471
console . error ( 'Mermaid init error:' , error ) ;
1472
- document . getElementById ( 'mermaid-zp5oywg68 -loading' ) . innerHTML =
1472
+ document . getElementById ( 'mermaid-c4m4by0z7 -loading' ) . innerHTML =
1473
1473
'<span class="text-red-500">无法初始化图</span>' ;
1474
1474
}
1475
1475
} ) ;
@@ -1492,12 +1492,12 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1492
1492
1493
1493
< div class ="mermaid-wrapper my-4 relative w-full " style ="min-width: min-content; ">
1494
1494
<!-- 加载提示 -->
1495
- < div id ="mermaid-1ii2ew2k0 -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1495
+ < div id ="mermaid-g4y7bsaw5 -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1496
1496
< span class ="text-gray-500 text-sm "> 加载图...</ span >
1497
1497
</ div >
1498
1498
1499
1499
<!-- Mermaid 图表容器 -->
1500
- < div id ="mermaid-1ii2ew2k0 " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1500
+ < div id ="mermaid-g4y7bsaw5 " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1501
1501
sequenceDiagram
1502
1502
Alice-> > John: Hello John, how are you?
1503
1503
John--> > Alice: Great!
@@ -1530,8 +1530,8 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1530
1530
// 初始化 mermaid
1531
1531
window . mermaidReady . then ( mermaid => {
1532
1532
try {
1533
- const chartElement = document . getElementById ( 'mermaid-1ii2ew2k0 ' ) ;
1534
- const loadingElement = document . getElementById ( 'mermaid-1ii2ew2k0 -loading' ) ;
1533
+ const chartElement = document . getElementById ( 'mermaid-g4y7bsaw5 ' ) ;
1534
+ const loadingElement = document . getElementById ( 'mermaid-g4y7bsaw5 -loading' ) ;
1535
1535
1536
1536
// 先设置容器的最小宽度
1537
1537
chartElement . closest ( '.mermaid-wrapper' ) . style . minWidth = 'min-content' ;
@@ -1545,7 +1545,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1545
1545
1546
1546
// 渲染图表
1547
1547
mermaid . run ( {
1548
- querySelector : '#mermaid-1ii2ew2k0 '
1548
+ querySelector : '#mermaid-g4y7bsaw5 '
1549
1549
} ) . then ( ( ) => {
1550
1550
// 平滑显示图表
1551
1551
chartElement . style . opacity = '1' ;
@@ -1559,7 +1559,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1559
1559
} ) ;
1560
1560
} catch ( error ) {
1561
1561
console . error ( 'Mermaid init error:' , error ) ;
1562
- document . getElementById ( 'mermaid-1ii2ew2k0 -loading' ) . innerHTML =
1562
+ document . getElementById ( 'mermaid-g4y7bsaw5 -loading' ) . innerHTML =
1563
1563
'<span class="text-red-500">无法初始化图</span>' ;
1564
1564
}
1565
1565
} ) ;
@@ -1582,12 +1582,12 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1582
1582
1583
1583
< div class ="mermaid-wrapper my-4 relative w-full " style ="min-width: min-content; ">
1584
1584
<!-- 加载提示 -->
1585
- < div id ="mermaid-jmchl1q8o -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1585
+ < div id ="mermaid-xnrz1q7n1 -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1586
1586
< span class ="text-gray-500 text-sm "> 加载图...</ span >
1587
1587
</ div >
1588
1588
1589
1589
<!-- Mermaid 图表容器 -->
1590
- < div id ="mermaid-jmchl1q8o " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1590
+ < div id ="mermaid-xnrz1q7n1 " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1591
1591
mindmap
1592
1592
root((mindmap))
1593
1593
Origins
@@ -1634,8 +1634,8 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1634
1634
// 初始化 mermaid
1635
1635
window . mermaidReady . then ( mermaid => {
1636
1636
try {
1637
- const chartElement = document . getElementById ( 'mermaid-jmchl1q8o ' ) ;
1638
- const loadingElement = document . getElementById ( 'mermaid-jmchl1q8o -loading' ) ;
1637
+ const chartElement = document . getElementById ( 'mermaid-xnrz1q7n1 ' ) ;
1638
+ const loadingElement = document . getElementById ( 'mermaid-xnrz1q7n1 -loading' ) ;
1639
1639
1640
1640
// 先设置容器的最小宽度
1641
1641
chartElement . closest ( '.mermaid-wrapper' ) . style . minWidth = 'min-content' ;
@@ -1649,7 +1649,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1649
1649
1650
1650
// 渲染图表
1651
1651
mermaid . run ( {
1652
- querySelector : '#mermaid-jmchl1q8o '
1652
+ querySelector : '#mermaid-xnrz1q7n1 '
1653
1653
} ) . then ( ( ) => {
1654
1654
// 平滑显示图表
1655
1655
chartElement . style . opacity = '1' ;
@@ -1663,7 +1663,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1663
1663
} ) ;
1664
1664
} catch ( error ) {
1665
1665
console . error ( 'Mermaid init error:' , error ) ;
1666
- document . getElementById ( 'mermaid-jmchl1q8o -loading' ) . innerHTML =
1666
+ document . getElementById ( 'mermaid-xnrz1q7n1 -loading' ) . innerHTML =
1667
1667
'<span class="text-red-500">无法初始化图</span>' ;
1668
1668
}
1669
1669
} ) ;
0 commit comments