Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

zhxycn/waline-plugins-tms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waline-plugins-tms

NPM Version NPM Downloads

A Waline plugin that adds Tencent Cloud TMS content moderation to Waline when a new comment is posted.

How to install

npm i waline-plugins-tms

How to use

// index.js
const Waline = require('@waline/vercel');
const TencentTMS = require('waline-plugins-tms');

module.exports = Waline({
  plugins: [
    TencentTMS({
      secretId: 'xxx',
      secretKey: 'xxx',
      region: 'ap-beijing',
    })
  ]
});

Acknowledgements

Derived from @waline-plugins/tencent-tms.

About

Tencent Cloud TMS audit service for Waline

Resources

Stars

Watchers

Forks

Packages

No packages published