仅仅是消息推送工具

交易信号、职场吃瓜、产品上新、游戏限免…
有消息就…有力量!

NBA赛事
5 人订阅
日更,NBA赛事及赛果及时知晓。 关注昨天赛事情况,和明日对战情况
查看频道
Epic Games 每周限免
103 人订阅
大多时候是每周五推送一条消息 每周推送 Epic Games 的当周限免游戏
查看频道
词霸每日一句
13 人订阅
词霸每日一句 Let's seize the day and live it to the fullest. 词霸每日一句 Let's seize the day and live it to the fullest.
查看频道
1,253个频道
641,383条消息
5,011,622次分发

毕竟科技是第一生产力

盯梢提供了简单便捷的开发工具和免费的托管服务,十分钟即可完成频道脚本的开发部署。

查看文档
js
import {script} from '@digshare/script';
 
export default script(async state => {
const response = await fetch('https://registry.npmjs.org/typescript');
 
const {
'dist-tags': {latest},
} = await response.json();
 
if (state === undefined) {
// 初始化 state 为当前版本。
return {
state: {latest},
};
}
 
if (state.latest === latest) {
// 当前版本没有更新,不发送消息。
return;
}
 
return {
message: `TypeScript 发布了新版本 ${latest}。`,
state: {latest},
};
});
成都木帆科技有限公司 · 蜀ICP备17029293号-6