折腾啥 头像

消息来源频道

折腾啥

@zhetengsha

频道40,410 位成员公开可见0 人在线

Power Users/Automators 折腾/讨论/分享各种开源工具/脚本/自动化工作流 👥 群组 @zhetengsha_group 📌 资源合集导航 https://t.me/zhetengsha/2 🎁 恰饭推荐 https://t.me/zhetengsha/957 📢 广告投放 @xream Buy ads: https://telega.io/c/zhetengsha feedId:55438372655431680+userId:62307599601855488

成员规模40,410 位成员
在线情况0 人在线
消息总数4,340 条消息
浏览量总数7,753,402 次浏览

在这个频道里搜索消息……

t.me/zhetengsha

#Surge #模块 #脚本 #通知 #配置 #示例 #达美乐 #达乐美
一个使用 通知 事件的例子
检测到达美乐披萨中一等奖的通知时 再大力通知 🎉
📈 Surge 配置
[Script]
Notification = script-path=notification.js,type=event,event-name=notification
脚本 notification.js 内容
🌝新版不能在此事件脚本里再发通知了 可改为 HTTP 请求 Bark 之类的:
一个例子
下面的脚本内容不用看了 仅备份
// console.log(JSON.stringify($event, null, 2))
const { name, data: { title, subtitle, body } } = $event
if (/达乐美|达美乐/.test(title) && /一等奖/.test(body)) {
$notification.post(🎉 一等奖!!! ${title}, subtitle, body, { 'media-url': 'https://www.dominos.com.cn/assets/img/logo.a75b8846.png', sound: 1 })
}
$done()
❗ 已加入 资源合集导航
👏 欢迎评论 & 转发(请保留来源)
加入 1⃣折腾啥 👥 频道 | 👥 群组
❗ 机场推荐 大流量电话卡 支付宝红包
😋 可点击查看 👉 恰饭推荐
🙏 本频道 99.99% 的内容均为原创 感谢老板们的支持