fix: - 引导流程改为从左至右显示 - 添加复制指引功能 - 流程图节点去掉 URL 显示,缩小节点尺寸 - 连线添加箭头方向指示,缩短节点间距 - 重构 graphUpdated 事件监听,修复添加/编辑页面后不实时更新的问题 - 预览页面隐藏图片附件文件名

This commit is contained in:
2026-04-22 09:35:24 +08:00
parent 1f9ee979f1
commit a917338d0c
4 changed files with 237 additions and 223 deletions

View File

@@ -26,6 +26,15 @@
article ul, article ol { padding-left: 28px; margin: 12px 0; }
article li { margin: 4px 0; }
article img { max-width: 100%; height: auto; border-radius: 8px; margin: 12px 0; }
article figure { margin: 12px 0; }
article figure img { margin: 0; }
article figcaption { display: none; }
/* 隐藏 Trix 富文本编辑器生成的图片附件说明文字 */
article figure figcaption,
article .attachment__caption,
article .attachment__name,
article .attachment__size,
article action-text-attachment figcaption { display: none; }
article a { color: #2563eb; text-decoration: underline; }
article blockquote {
border-left: 4px solid #cbd5e1;