diff --git a/README.md b/README.md index 943c223f0207f9ad97337d39a06a6064f29e81d8..5dab003fe388cf27637e003fc72a79be1e149458 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ | 标题 | 内容 | | ---------- | ------------------------------------------------------------ | | 中文名称 | 腾讯云文本内容安全 | -| 最新版本 | v1.0.0 (2020.12.03) | +| 最新版本 | v1.0.1 (2020.12.30) | | 适用平台 | [ECSHOP](https://www.ecshop.com/) | 适用产品 | [腾讯云文本内容安全(TMS)](https://cloud.tencent.com/product/tms) | | GitHub项目 | [腾讯云文本内容安全 ](https://github.com/Tencent-Cloud-Plugins/tencentcloud-ecshop-plugin-tms) | @@ -91,6 +91,12 @@ ![](./images/tms1.png) > 腾讯云文本内容安全配置页面。 +![](./images/tms6.png) +> 腾讯云文本内容安全敏感词白名单配置页面,白名单中的关键词不做文本安全检查。 + +![](./images/tms7.png) +> 腾讯云文本内容安全敏感词命中记录查询页面,可查询敏感词命中历史记录。 + ![](./images/tms2.png) > 对商品评论进行文本安全检查。 @@ -117,7 +123,10 @@ ## 6.FAQ > 暂无 ## 7.GitHub版本迭代记录 - +## 7.GitHub版本迭代记录 +### 2020-12-30 tencentcloud-ecshop-plugin-tms v1.0.1 +- 支持配置敏感词白名单,白名单中的关键词不会做文本安全检查。 +- 支持敏感词命中记录查询 ### 2020-12-03 tencentcloud-ecshop-plugin-tms v1.0.0 - 支持对商品评论内容进行文本安全检查,过滤涉及政、黄、爆、恐的信息 - 支持对用户中心->我的留言的主题和留言内容进行文本安全检查,过滤涉及政、黄、爆、恐的信息 diff --git a/images/tms6.png b/images/tms6.png new file mode 100644 index 0000000000000000000000000000000000000000..74f421cc1f38c2287b4da187b5e11fa8f58cec60 Binary files /dev/null and b/images/tms6.png differ diff --git a/images/tms7.png b/images/tms7.png new file mode 100644 index 0000000000000000000000000000000000000000..e9c36cff92bf3764465e2708bc8278bec8f90b60 Binary files /dev/null and b/images/tms7.png differ diff --git a/tencentcloud_tms/ecshop/admin/templates/tencent_tms.htm b/tencentcloud_tms/ecshop/admin/templates/tencent_tms.htm index c1850c0590ab3bf9750fc185a7cc41e8988172d1..2761eb3e52827a2564ece82f07bec186627f6efc 100644 --- a/tencentcloud_tms/ecshop/admin/templates/tencent_tms.htm +++ b/tencentcloud_tms/ecshop/admin/templates/tencent_tms.htm @@ -1,90 +1,185 @@ - {include file="pageheader.htm"} + +{insert_scripts files="../js/utils.js,selectzone.js,colorselector.js,listtable.js"} -
-
- - - - - - - - - +
+ +
+

+ {$lang.general} + {$lang.whitelist} + {$lang.record} +

+
-
- - - + +
+ +
- 点击此处查看提示信息 - {$lang.tms_on}: - - {$lang.yes} - {$lang.no} -
- {$lang.TmsOnNotice} -
{$lang.custome_secret}: - {$lang.yes} - {$lang.no} -
{$lang.SecretId}: - - -
+ + + + + + + + - - - + + + + + + + + + + + + +
+ 点击此处查看提示信息 + {$lang.tms_on}: + + {$lang.yes} + {$lang.no} +
+ {$lang.TmsOnNotice} +
{$lang.custome_secret}: + {$lang.yes} + {$lang.no} +
{$lang.SecretKey}: - - +
{$lang.SecretId}: + + +
{$lang.SecretKey}: + + +
+ + + + +
+ + + + + + + + + + + + +
+ + + + - - -
- - - - + + +
+
+ + + + - - -
文档中心 - + GitHub - + 反馈建议 -
+
+
-{insert_scripts files="../js/utils.js,validator.js"} + +{insert_scripts files="validator.js,tab.js"} {literal}