MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / htmlEscape

Function htmlEscape

sendat/sendat.ts:12–16  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

10
11import { htmlEscape } from "@utils/htmlEscape";
12
13// HTML转义函数(必需)
14// 任务接口
15interface SendTaskData {
16 task_id: number;
17 cid: number;
18 msg: string;
19 interval: boolean;

Callers 1

handleSendAtCommandMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected