sendNotify.js
This commit is contained in:
@@ -148,7 +148,7 @@ if (process.env.PUSH_PLUS_USER) {
|
|||||||
* @param author 作者仓库等信息 例:`本脚本免费使用 By:xxxx`
|
* @param author 作者仓库等信息 例:`本脚本免费使用 By:xxxx`
|
||||||
* @returns {Promise<unknown>}
|
* @returns {Promise<unknown>}
|
||||||
*/
|
*/
|
||||||
async function sendNotify(text, desp, params = {}, author = '\n\n仅供用于学习') {
|
async function sendNotify(text, desp, params = {}, author = '\n\n仅供用于学习 https://t.me/jdfruit') {
|
||||||
//提供6种通知
|
//提供6种通知
|
||||||
desp += author;//增加作者信息,防止被贩卖等
|
desp += author;//增加作者信息,防止被贩卖等
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
|
Reference in New Issue
Block a user