@@ -1213,12 +1213,12 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1213
1213
1214
1214
< div class ="mermaid-wrapper my-4 relative w-full " style ="min-width: min-content; ">
1215
1215
<!-- 加载提示 -->
1216
- < div id ="mermaid-jhhrosz76 -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1216
+ < div id ="mermaid-1c9xuqrcm -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1217
1217
< span class ="text-gray-500 text-sm "> 加载图...</ span >
1218
1218
</ div >
1219
1219
1220
1220
<!-- Mermaid 图表容器 -->
1221
- < div id ="mermaid-jhhrosz76 " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1221
+ < div id ="mermaid-1c9xuqrcm " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1222
1222
flowchart LR
1223
1223
id
1224
1224
</ div >
@@ -1250,8 +1250,8 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1250
1250
// 初始化 mermaid
1251
1251
window . mermaidReady . then ( mermaid => {
1252
1252
try {
1253
- const chartElement = document . getElementById ( 'mermaid-jhhrosz76 ' ) ;
1254
- const loadingElement = document . getElementById ( 'mermaid-jhhrosz76 -loading' ) ;
1253
+ const chartElement = document . getElementById ( 'mermaid-1c9xuqrcm ' ) ;
1254
+ const loadingElement = document . getElementById ( 'mermaid-1c9xuqrcm -loading' ) ;
1255
1255
1256
1256
// 先设置容器的最小宽度
1257
1257
chartElement . closest ( '.mermaid-wrapper' ) . style . minWidth = 'min-content' ;
@@ -1265,7 +1265,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1265
1265
1266
1266
// 渲染图表
1267
1267
mermaid . run ( {
1268
- querySelector : '#mermaid-jhhrosz76 '
1268
+ querySelector : '#mermaid-1c9xuqrcm '
1269
1269
} ) . then ( ( ) => {
1270
1270
// 平滑显示图表
1271
1271
chartElement . style . opacity = '1' ;
@@ -1279,7 +1279,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1279
1279
} ) ;
1280
1280
} catch ( error ) {
1281
1281
console . error ( 'Mermaid init error:' , error ) ;
1282
- document . getElementById ( 'mermaid-jhhrosz76 -loading' ) . innerHTML =
1282
+ document . getElementById ( 'mermaid-1c9xuqrcm -loading' ) . innerHTML =
1283
1283
'<span class="text-red-500">无法初始化图</span>' ;
1284
1284
}
1285
1285
} ) ;
@@ -1302,12 +1302,12 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1302
1302
1303
1303
< div class ="mermaid-wrapper my-4 relative w-full " style ="min-width: min-content; ">
1304
1304
<!-- 加载提示 -->
1305
- < div id ="mermaid-7jn6h5p3d -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1305
+ < div id ="mermaid-uyu5ifojw -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1306
1306
< span class ="text-gray-500 text-sm "> 加载图...</ span >
1307
1307
</ div >
1308
1308
1309
1309
<!-- Mermaid 图表容器 -->
1310
- < div id ="mermaid-7jn6h5p3d " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1310
+ < div id ="mermaid-uyu5ifojw " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1311
1311
sequenceDiagram
1312
1312
Alice-> > John: Hello John, how are you?
1313
1313
John--> > Alice: Great!
@@ -1340,8 +1340,8 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1340
1340
// 初始化 mermaid
1341
1341
window . mermaidReady . then ( mermaid => {
1342
1342
try {
1343
- const chartElement = document . getElementById ( 'mermaid-7jn6h5p3d ' ) ;
1344
- const loadingElement = document . getElementById ( 'mermaid-7jn6h5p3d -loading' ) ;
1343
+ const chartElement = document . getElementById ( 'mermaid-uyu5ifojw ' ) ;
1344
+ const loadingElement = document . getElementById ( 'mermaid-uyu5ifojw -loading' ) ;
1345
1345
1346
1346
// 先设置容器的最小宽度
1347
1347
chartElement . closest ( '.mermaid-wrapper' ) . style . minWidth = 'min-content' ;
@@ -1355,7 +1355,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1355
1355
1356
1356
// 渲染图表
1357
1357
mermaid . run ( {
1358
- querySelector : '#mermaid-7jn6h5p3d '
1358
+ querySelector : '#mermaid-uyu5ifojw '
1359
1359
} ) . then ( ( ) => {
1360
1360
// 平滑显示图表
1361
1361
chartElement . style . opacity = '1' ;
@@ -1369,7 +1369,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1369
1369
} ) ;
1370
1370
} catch ( error ) {
1371
1371
console . error ( 'Mermaid init error:' , error ) ;
1372
- document . getElementById ( 'mermaid-7jn6h5p3d -loading' ) . innerHTML =
1372
+ document . getElementById ( 'mermaid-uyu5ifojw -loading' ) . innerHTML =
1373
1373
'<span class="text-red-500">无法初始化图</span>' ;
1374
1374
}
1375
1375
} ) ;
@@ -1392,12 +1392,12 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1392
1392
1393
1393
< div class ="mermaid-wrapper my-4 relative w-full " style ="min-width: min-content; ">
1394
1394
<!-- 加载提示 -->
1395
- < div id ="mermaid-9p6k07vhj -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1395
+ < div id ="mermaid-f98ulcz3r -loading " class ="absolute inset-0 flex items-center justify-center bg-white/80 dark:bg-gray-900/80 z-10 ">
1396
1396
< span class ="text-gray-500 text-sm "> 加载图...</ span >
1397
1397
</ div >
1398
1398
1399
1399
<!-- Mermaid 图表容器 -->
1400
- < div id ="mermaid-9p6k07vhj " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1400
+ < div id ="mermaid-f98ulcz3r " class ="mermaid overflow-x-auto w-full " style ="opacity: 0; transition: opacity 0.2s ease-in-out; ">
1401
1401
mindmap
1402
1402
root((mindmap))
1403
1403
Origins
@@ -1444,8 +1444,8 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1444
1444
// 初始化 mermaid
1445
1445
window . mermaidReady . then ( mermaid => {
1446
1446
try {
1447
- const chartElement = document . getElementById ( 'mermaid-9p6k07vhj ' ) ;
1448
- const loadingElement = document . getElementById ( 'mermaid-9p6k07vhj -loading' ) ;
1447
+ const chartElement = document . getElementById ( 'mermaid-f98ulcz3r ' ) ;
1448
+ const loadingElement = document . getElementById ( 'mermaid-f98ulcz3r -loading' ) ;
1449
1449
1450
1450
// 先设置容器的最小宽度
1451
1451
chartElement . closest ( '.mermaid-wrapper' ) . style . minWidth = 'min-content' ;
@@ -1459,7 +1459,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1459
1459
1460
1460
// 渲染图表
1461
1461
mermaid . run ( {
1462
- querySelector : '#mermaid-9p6k07vhj '
1462
+ querySelector : '#mermaid-f98ulcz3r '
1463
1463
} ) . then ( ( ) => {
1464
1464
// 平滑显示图表
1465
1465
chartElement . style . opacity = '1' ;
@@ -1473,7 +1473,7 @@ <h3 class="text-sm font-medium text-gray-900 mb-2">注意</h3>
1473
1473
} ) ;
1474
1474
} catch ( error ) {
1475
1475
console . error ( 'Mermaid init error:' , error ) ;
1476
- document . getElementById ( 'mermaid-9p6k07vhj -loading' ) . innerHTML =
1476
+ document . getElementById ( 'mermaid-f98ulcz3r -loading' ) . innerHTML =
1477
1477
'<span class="text-red-500">无法初始化图</span>' ;
1478
1478
}
1479
1479
} ) ;
0 commit comments