diff --git a/function/sendNotify.js b/function/sendNotify.js index 2b316f7..4679336 100644 --- a/function/sendNotify.js +++ b/function/sendNotify.js @@ -7,7 +7,7 @@ * @param text 通知头 * @param desp 通知体 * @param params 某些推送通知方式点击弹窗可跳转, 例:{ url: 'https://abc.com' } - * @param author 作者仓库等信息 例:`本通知 By:https://github.com/whyour/qinglong` + * @param author 作者仓库等信息 例:`Faker提示:如有疑问,请进群https://t.me/Soucetalk` */ //详细说明参考 https://github.com/ccwav/QLScript2. const querystring = require('querystring'); @@ -117,7 +117,7 @@ let GOTIFY_PRIORITY = 0; * @param text 通知头 * @param desp 通知体 * @param params 某些推送通知方式点击弹窗可跳转, 例:{ url: 'https://abc.com' } - * @param author 作者仓库等信息 例:`本通知 By:https://github.com/whyour/qinglong` + * @param author 作者仓库等信息 例:`Faker提示:如有疑问,请进群https://t.me/Soucetalk` * @returns {Promise} */ let PushErrorTime = 0; diff --git a/utils/sendNotify.js b/utils/sendNotify.js index 2b316f7..4679336 100644 --- a/utils/sendNotify.js +++ b/utils/sendNotify.js @@ -7,7 +7,7 @@ * @param text 通知头 * @param desp 通知体 * @param params 某些推送通知方式点击弹窗可跳转, 例:{ url: 'https://abc.com' } - * @param author 作者仓库等信息 例:`本通知 By:https://github.com/whyour/qinglong` + * @param author 作者仓库等信息 例:`Faker提示:如有疑问,请进群https://t.me/Soucetalk` */ //详细说明参考 https://github.com/ccwav/QLScript2. const querystring = require('querystring'); @@ -117,7 +117,7 @@ let GOTIFY_PRIORITY = 0; * @param text 通知头 * @param desp 通知体 * @param params 某些推送通知方式点击弹窗可跳转, 例:{ url: 'https://abc.com' } - * @param author 作者仓库等信息 例:`本通知 By:https://github.com/whyour/qinglong` + * @param author 作者仓库等信息 例:`Faker提示:如有疑问,请进群https://t.me/Soucetalk` * @returns {Promise} */ let PushErrorTime = 0;