update doc

This commit is contained in:
街角小林 2026-01-25 13:40:13 +08:00
parent f265ac4ed6
commit 6091148e36
2 changed files with 9 additions and 1 deletions

View file

@ -206,4 +206,8 @@
11. Optimized Fishbone diagram code and node outer spacing.
12. Improved text visibility in dark theme for level-3+ node text editors (fixed similar background/text colors).
13. Added filename length validation and warning for Excel exports.
14. Improved dark mode styling in file list dialogs.
14. Improved dark mode styling in file list dialogs.
# v0.1.6
**Fixes**:
1. Fixed the issue where when dragging image files directly onto a node, they are uploaded to the attachment directory instead of the image directory;

View file

@ -189,3 +189,7 @@ tooltip由elementui切换为obsidian
12.优化深色主题下编辑三级及以下节点文本时编辑框背景色和文字颜色相近导致看不清的问题;
13.导出弹窗中增加对导出excel文件的名称长度的校验和提示
14.优化文件列表弹窗暗黑模式的样式;
# v0.1.6
修复:
1.修复直接拖拽图片文件到节点上时,上传到的是附件目录而不是图片目录的问题;