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

Function htmlEscape

da/da.ts:17–21  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

15const prefixes = getPrefixes();
16const mainPrefix = prefixes[0];
17
18// HTML转义工具(每个插件必须实现)
19// 帮助文档常量
20const help_text = `<b>批量删除</b>
21
22<code>${mainPrefix}da true</code> 开始删除
23<code>${mainPrefix}da stop</code> 停止任务`;
24

Callers 1

sendProgressToSavedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected