This commit is contained in:
smallfawn 2023-07-11 13:49:09 +08:00 committed by GitHub
parent b87118de88
commit e3de665033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
* @param params 某些推送通知方式点击弹窗可跳转, { url: 'https://abc.com' } * @param params 某些推送通知方式点击弹窗可跳转, { url: 'https://abc.com' }
* @param author 作者仓库等信息 `本通知 Byhttps://github.com/whyour/qinglong` * @param author 作者仓库等信息 `本通知 Byhttps://github.com/whyour/qinglong`
* @魔改smallfawn https://github.com/smallfawn/QLScriptPublic 参考ccwav https://github.com/ccwav/QLScript2 * @魔改smallfawn https://github.com/smallfawn/QLScriptPublic 参考ccwav https://github.com/ccwav/QLScript2
* @魔改位置 sendNotify函数 黑白名单模式
*/ */
const querystring = require('querystring'); const querystring = require('querystring');