t-comm
Version:
专业、稳定、纯粹的工具库
10 lines (9 loc) • 515 B
JavaScript
export { sendWxRobotImg, sendWxRobotMarkdown, sendWxRobotMsg } from './base.mjs';
export { batchSendWxRobotBase64Img, batchSendWxRobotMarkdown, batchSendWxRobotMsg } from './batch-send.mjs';
export { getRobotWebhookUrl } from './helper.mjs';
export { genRobotMessage, parseRobotMessage } from './message.mjs';
export { optimizeRobotContent } from './optimize-robot-content.mjs';
export { sendWxRobotBase64Img } from './send-img.mjs';
import '../tslib.es6-096fffdd.js';
import 'axios';
import '../node-img/img.mjs';