Skip to content

Commit 2dbd783

Browse files
authored
chore: Sync Plugin Info
1 parent 1a0f8e7 commit 2dbd783

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

editor-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "editor-chart",
33
"private": true,
44
"author": "Answer.dev",
5-
"version": "1.2.11",
5+
"version": "1.2.12",
66
"files": [
77
"dist",
88
"README.md"

plugins_desc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
"desc": "发送通知到企业微信",
8181
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
8282
},
83+
{
84+
"name": "快捷链接",
85+
"desc": "自定义侧边栏标签或链接",
86+
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
87+
},
8388
{
8489
"name": "代码高亮",
8590
"desc": "高亮显示 Markdown 内容中的代码块",
@@ -222,6 +227,11 @@
222227
"desc": "Send notifications to Wecom",
223228
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
224229
},
230+
{
231+
"name": "Quicklinks",
232+
"desc": "Customize the sidebar tags or links",
233+
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
234+
},
225235
{
226236
"name": "Code Highlight",
227237
"desc": "Highlight code blocks in Markdown content",

quick-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quick-links",
3-
"version": "0.0.1",
3+
"version": "0.0.5",
44
"description": "",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)