Skip to content

Commit 28c06a3

Browse files
committed
doc: add QQ group
1 parent 913d488 commit 28c06a3

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ The label of a draw.io image block can be configured in the plugin settings.
8181

8282
## Changelog
8383

84+
+ v0.6.3
85+
+ Add QQ group
8486
+ v0.6.2
8587
+ Fix: input `/drawio` too fast caures create image fail
8688
+ v0.6.1

README_zh_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
---
1818

19+
> 「嵌入式系列」思源插件QQ交流群:1037356690
20+
1921
## 嵌入式系列
2022

2123
本插件为第三个「嵌入式系列」插件,旨在为思源笔记提供更加完善且自由的draw.io使用体验。
@@ -70,6 +72,8 @@
7072

7173
## 更新日志
7274

75+
+ v0.6.3
76+
+ 增加QQ交流群
7377
+ v0.6.2
7478
+ 修复缺陷:输入`/drawio`太快时创建图像失败
7579
+ v0.6.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "siyuan-embed-drawio",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"type": "module",
55
"description": "This is a plugin for siyuan",
66
"author": "",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "siyuan-embed-drawio",
33
"author": "Yuxin Zhao",
44
"url": "https://github.com/YuxinZhaozyx/siyuan-embed-drawio",
5-
"version": "0.6.2",
5+
"version": "0.6.3",
66
"minAppVersion": "3.0.0",
77
"disabledInPublish": true,
88
"backends": [

0 commit comments

Comments
 (0)