1.0.2 • Published 7 months ago

moeyy-waline-tencent-tms v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

@waline-plugins/tencent-tms

A Waline plugin that add tencent cloud TMS audit service for Waline when post a new comment.

How to Install

npm i moeyy-waline-tencent-tms

How to Use

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

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

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago