t-comm
Version:
专业、稳定、纯粹的工具库
7 lines (6 loc) • 410 B
TypeScript
export { sendWxRobotImg, sendWxRobotMarkdown, sendWxRobotMsg } from './base';
export { batchSendWxRobotBase64Img, batchSendWxRobotMarkdown, batchSendWxRobotMsg } from './batch-send';
export { getRobotWebhookUrl } from './helper';
export { genRobotMessage, parseRobotMessage } from './message';
export { optimizeRobotContent } from './optimize-robot-content';
export { sendWxRobotBase64Img } from './send-img';