import { FeishuNotifier } from '../src/notiify/feishu.ts'; const webhook = 'https://open.feishu.cn/open-apis/bot/v2/hook/c1c32e36-ddc6-4965-8943-fc826f4f5060'; const feishu = new FeishuNotifier({ webhook }); await feishu.notify('测试飞书推送消息'); console.log('推送成功');