From d7f7b2e8b390cda41cff2c2d07f9a35a7a5fc935 Mon Sep 17 00:00:00 2001 From: robin Date: Fri, 15 Nov 2024 16:11:02 +0800 Subject: [PATCH] chore: Bump package versions and update plugin descriptions in JSON files --- editor-formula/package.json | 2 +- embed-basic/package.json | 2 +- plugins_desc.json | 50 ++++++++++++++++++++++ render-markdown-codehighlight/package.json | 2 +- 4 files changed, 53 insertions(+), 3 deletions(-) diff --git a/editor-formula/package.json b/editor-formula/package.json index 4d64f7630..4738b7a1b 100644 --- a/editor-formula/package.json +++ b/editor-formula/package.json @@ -2,7 +2,7 @@ "name": "editor-formula", "private": true, "author": "Answer.dev", - "version": "1.2.11", + "version": "1.2.12", "files": [ "dist", "README.md" diff --git a/embed-basic/package.json b/embed-basic/package.json index 07c307d68..eee44e208 100644 --- a/embed-basic/package.json +++ b/embed-basic/package.json @@ -1,6 +1,6 @@ { "name": "embed-basic", - "version": "1.0.4", + "version": "1.1.1", "description": "", "files": [ "dist", diff --git a/plugins_desc.json b/plugins_desc.json index 1961cf9b5..555909920 100644 --- a/plugins_desc.json +++ b/plugins_desc.json @@ -45,6 +45,11 @@ "desc": "用于接入 Google 第三方登录", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/connector-google" }, + { + "name": "Wallet 连接器", + "desc": "用于接入 Wallet 第三方登录", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/connector-wallet" + }, { "name": "图表编辑器", "desc": "在编辑器中渲染图表", @@ -60,6 +65,11 @@ "desc": "在内容中嵌入其他网站", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/embed-basic" }, + { + "name": "钉钉通知", + "desc": "发送通知到钉钉", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/notification-dingtalk" + }, { "name": "Slack 通知", "desc": "发送通知到 Slack", @@ -75,6 +85,11 @@ "desc": "Akismet Anti-Spam is used to check the content of posts and comments against the Akismet web service to see if they look like spam.", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-akismet" }, + { + "name": "百度反垃圾", + "desc": "百度反垃圾用于检查帖子和评论内容,通过百度内容审核平台查看它们是否像垃圾内容。", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-baidu" + }, { "name": "基础审核插件", "desc": "基础的通用审核插件", @@ -105,6 +120,16 @@ "desc": "上传文件到S3存储", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/storage-s3" }, + { + "name": "腾讯云COS对象存储", + "desc": "上传文件到腾讯云COS对象存储", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/storage-tencentyuncos" + }, + { + "name": "Slack", + "desc": "通过Slack进行登录", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/user-center-slack" + }, { "name": "企业微信", "desc": "从企业微信获取用户信息并同步到用户中心", @@ -157,6 +182,11 @@ "desc": "Connect to Google for third-party login", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/connector-google" }, + { + "name": "Wallet Connector", + "desc": "Connect to Wallet for third-party login", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/connector-wallet" + }, { "name": "Chart Editor", "desc": "Render chart in editor", @@ -172,6 +202,11 @@ "desc": "Embed content from other sites", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/embed-basic" }, + { + "name": "Ding talk Notification", + "desc": "Send notifications to Ding Talk", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/notification-dingtalk" + }, { "name": "Slack Notification", "desc": "Send notifications to Slack", @@ -187,6 +222,11 @@ "desc": "Akismet Anti-Spam is used to check the content of posts and comments against the Akismet web service to see if they look like spam.", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-akismet" }, + { + "name": "Baidu Anti-Spam", + "desc": "Baidu Anti-Spam is used to check the content of posts and comments against the Baidu web service to see if they look like spam.", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/reviewer-baidu" + }, { "name": "Review Basic", "desc": "Generic review rule plugin", @@ -217,6 +257,16 @@ "desc": "Upload files to S3 storage", "link": "https://github.com/apache/incubator-answer-plugins/tree/main/storage-s3" }, + { + "name": "Tencent COS storage", + "desc": "Upload files to Tencent COS storage", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/storage-tencentyuncos" + }, + { + "name": "Slack User Center", + "desc": "A plugin for integrating Slack user management", + "link": "https://github.com/apache/incubator-answer-plugins/tree/main/user-center-slack" + }, { "name": "WeCom", "desc": "Get user info from WeCom and sync to User Center", diff --git a/render-markdown-codehighlight/package.json b/render-markdown-codehighlight/package.json index 1f5d2281d..6c36762de 100644 --- a/render-markdown-codehighlight/package.json +++ b/render-markdown-codehighlight/package.json @@ -1,6 +1,6 @@ { "name": "render-markdown-codehighlight", - "version": "0.0.4", + "version": "0.1.1", "description": "", "type": "module", "files": [