Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.95 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.95 KB

Detalk.js Scripts

📌 Here are some powerful scripts for Detalk.js

The scripts are based on Custom Event, you can copy them into your dashboard.

The scripts can edit comments and your Detalk database, before using it, you need to read and understand the code.

这些脚本基于 自定义事件,你可以将它们拷贝到控制面板中。

脚本可以编辑评论和你的 Detalk 数据库,在使用它之前,你需要阅读和理解代码。

Scripts List

📝 名称 ✨ 方法 🚀 代码 🎨 简介
关键词垃圾信息过滤 beforeComment beforeComment/spam-word.js 匹配关键词垃圾信息过滤
飞书推送 afterComment afterComment/feishu-push.js 评论完成后使用飞书推送通知
Nodemailer(SMTP) 推送 afterComment afterComment/nodemailer.js 评论完成后使用 SMTP 推送邮件回复通知

提交贡献

我们欢迎任何人对此仓库提交贡献,添加有用的脚本。

  1. Fork 此仓库,在 afterCommentbeforeComment 文件夹中添加你的脚本。
  2. 在 README.md 的 Scripts List 中,以 Markdown 表格形式追加脚本的名称、方法和简介。
  3. 提交 Pull Request,等待合并仓库。