This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git


The following commit(s) were added to refs/heads/dev by this push:
     new 57eabcb  chore: Sync Plugin Info
57eabcb is described below

commit 57eabcbb460368be1b21f0867d7f708641b5d45e
Author: LinkinStars <[email protected]>
AuthorDate: Wed Oct 16 03:58:34 2024 +0000

    chore: Sync Plugin Info
---
 embed-basic/package.json |  2 +-
 plugins_desc.json        | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/embed-basic/package.json b/embed-basic/package.json
index 07c307d..bc3a49e 100644
--- a/embed-basic/package.json
+++ b/embed-basic/package.json
@@ -1,6 +1,6 @@
 {
   "name": "embed-basic",
-  "version": "1.0.4",
+  "version": "1.0.5",
   "description": "",
   "files": [
     "dist",
diff --git a/plugins_desc.json b/plugins_desc.json
index 1961cf9..b14b27d 100644
--- a/plugins_desc.json
+++ b/plugins_desc.json
@@ -60,6 +60,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 +80,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 +115,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": "从企业微信获取用户信息并同步到用户中心",
@@ -172,6 +192,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 +212,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 +247,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",

Reply via email to