Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion captcha-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "Answer.dev",
"description": "Basic for captcha",
"version": "1.0.5",
"version": "1.0.6",
"files": [
"dist",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion captcha-google-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "Answer.dev",
"description": "google reCaptcha v2",
"version": "1.0.5",
"version": "1.0.6",
"files": [
"dist",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion connector-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connector-wallet",
"version": "1.0.1",
"version": "1.0.2",
"description": "Connect to Web3 wallet for third-party login",
"author": "Ourai L. <ourairyu@gmail.com>",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion editor-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "editor-chart",
"private": true,
"author": "Answer.dev",
"version": "1.2.11",
"version": "1.2.13",
"files": [
"dist",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion editor-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "editor-formula",
"private": true,
"author": "Answer.dev",
"version": "1.2.14",
"version": "1.2.15",
"files": [
"dist",
"README.md"
Expand Down
2 changes: 1 addition & 1 deletion embed-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embed-basic",
"version": "1.1.4",
"version": "1.1.5",
"description": "",
"files": [
"dist",
Expand Down
20 changes: 20 additions & 0 deletions plugins_desc.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
"desc": "在编辑器中渲染公式",
"link": "https://github.com/apache/answer-plugins/tree/main/editor-formula"
},
{
"name": "Stacks 编辑器",
"desc": "Stacks 编辑器插件",
"link": "https://github.com/apache/answer-plugins/tree/main/editor-stacks"
},
{
"name": "内容嵌入",
"desc": "在内容中嵌入其他网站",
Expand All @@ -80,6 +85,11 @@
"desc": "发送通知到企业微信",
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
},
{
"name": "快捷链接",
"desc": "自定义侧边栏标签或链接",
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
},
{
"name": "代码高亮",
"desc": "高亮显示 Markdown 内容中的代码块",
Expand Down Expand Up @@ -202,6 +212,11 @@
"desc": "Render formula in editor",
"link": "https://github.com/apache/answer-plugins/tree/main/editor-formula"
},
{
"name": "Stacks Editor",
"desc": "Stacks Editor Plugin",
"link": "https://github.com/apache/answer-plugins/tree/main/editor-stacks"
},
{
"name": "Embed",
"desc": "Embed content from other sites",
Expand All @@ -222,6 +237,11 @@
"desc": "Send notifications to Wecom",
"link": "https://github.com/apache/answer-plugins/tree/main/notification-wecom"
},
{
"name": "Quicklinks",
"desc": "Customize the sidebar tags or links",
"link": "https://github.com/apache/answer-plugins/tree/main/quick-links"
},
{
"name": "Code Highlight",
"desc": "Highlight code blocks in Markdown content",
Expand Down
2 changes: 1 addition & 1 deletion quick-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quick-links",
"version": "0.0.1",
"version": "1.0.2",
"description": "",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion render-markdown-codehighlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "render-markdown-codehighlight",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"type": "module",
"files": [
Expand Down