Doc:更新文档

This commit is contained in:
wanglin2 2023-03-24 11:22:18 +08:00
parent d50c0e4cd5
commit 724fef87b1
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## 0.4.7
optimization: 1.During rich text editing, when initially focusing, all are no longer selected by default; 2.When editing rich text, use the node fill color as the background color to avoid being invisible when the node color is white.
optimization: 1.During rich text editing, when initially focusing, all are no longer selected by default; 2.When editing rich text, use the node fill color as the background color to avoid being invisible when the node color is white. 3.Node activation state switching no longer triggers history. 4.Triggering history multiple times in a short time will only add the last data.
New: 1.Support for importing and exporting Markdown format files.

View File

@ -2,7 +2,7 @@
<div>
<h1>Changelog</h1>
<h2>0.4.7</h2>
<p>optimization: 1.During rich text editing, when initially focusing, all are no longer selected by default; 2.When editing rich text, use the node fill color as the background color to avoid being invisible when the node color is white.</p>
<p>optimization: 1.During rich text editing, when initially focusing, all are no longer selected by default; 2.When editing rich text, use the node fill color as the background color to avoid being invisible when the node color is white. 3.Node activation state switching no longer triggers history. 4.Triggering history multiple times in a short time will only add the last data.</p>
<p>New: 1.Support for importing and exporting Markdown format files.</p>
<h2>0.4.6</h2>
<p>New: 1.Associated lines support adjusting control points.</p>

View File

@ -2,7 +2,7 @@
## 0.4.7
优化1.富文本编辑时初始聚焦时不再默认全选2.富文本编辑时使用节点填充色作为背景色,避免节点颜色为白色时看不见。
优化1.富文本编辑时初始聚焦时不再默认全选2.富文本编辑时使用节点填充色作为背景色,避免节点颜色为白色时看不见。 3.节点激活状态切换不再触发历史记录。 4.短时间多次触发历史记录,只会添加最后一次的数据。
新增1.支持导入和导出Markdown格式文件。

View File

@ -2,7 +2,7 @@
<div>
<h1>Changelog</h1>
<h2>0.4.7</h2>
<p>优化1.富文本编辑时初始聚焦时不再默认全选2.富文本编辑时使用节点填充色作为背景色避免节点颜色为白色时看不见</p>
<p>优化1.富文本编辑时初始聚焦时不再默认全选2.富文本编辑时使用节点填充色作为背景色避免节点颜色为白色时看不见 3.节点激活状态切换不再触发历史记录 4.短时间多次触发历史记录只会添加最后一次的数据</p>
<p>新增1.支持导入和导出Markdown格式文件</p>
<h2>0.4.6</h2>
<p>新增1.关联线支持调整控制点</p>