From 9df69f2a5853819be54a9fbc2d405022a2324446 Mon Sep 17 00:00:00 2001 From: "Jerry.Shen" Date: Tue, 19 Dec 2023 10:56:42 +0800 Subject: [PATCH] update version 0.4.1 --- README_zh_CN.md | 9 +++++---- plugin.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index d0d5c57..f322057 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -16,7 +16,7 @@ - v0.4.1 - 新功能:路径图 - - 可以绘制两点间路径 + - 绘制两点间路径 - 如何选择起点终点 - 当开启自动跟随时,依次点击`起点`,`终点`后,点击`路径图`按钮,即可绘制。 - 当未开启自动跟随时,依次点击`起点`,`路径图`,`终点`,`路径图`,即可绘制。 @@ -138,6 +138,7 @@ ### 一些实践 - [笔记可视化 - 关系图增强插件的使用](https://ld246.com/article/1696579047798) +- [关于关系图增强插件](https://ld246.com/article/1702042778713) ## 未来计划 @@ -156,7 +157,7 @@ ## 感谢 -- 本项目使用了[Dagre](https://github.com/dagrejs/dagre)进行有向图布局计算 -- 本项目使用了[Apache ECharts](https://echarts.apache.org/en/index.html)绘制图形 -- 本项目使用了[Color.js](https://github.com/color-js/color.js)进行混合颜色计算 +- 本项目使用了[Dagre](https://github.com/dagrejs/dagre)进行有向图布局计算。 +- 本项目使用了[Apache ECharts](https://echarts.apache.org/en/index.html)绘制图形。 +- 本项目使用了[Color.js](https://github.com/color-js/color.js)进行颜色混合计算。 - 本项目为[siyuan](https://github.com/siyuan-note/siyuan)插件,已在思源集市上架。 diff --git a/plugin.json b/plugin.json index 211cddf..e820a0f 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "graph-enhance", "author": "shenjinglei", "url": "https://github.com/shenjinglei/siyuan-plugin-graph-enhance", - "version": "0.4.0", + "version": "0.4.1", "minAppVersion": "2.10.13", "backends": ["all"], "frontends": ["all"],