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

Function htmlEscape

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

Source from the content-addressed store, hash-verified

11const prefixes = getPrefixes();
12const mainPrefix = prefixes[0];
13
14// HTML 转义函数(必需)
15// 延迟函数
16const sleep = (ms: number): Promise<void> =>
17 new Promise(resolve => setTimeout(resolve, ms));
18
19// 帮助文本
20const HELP_TEXT = `🧹 <b>清理工具 Pro</b>

Callers 5

handleCleanMethod · 0.70
handleDeletedCleanMethod · 0.70
handleBlockedCleanMethod · 0.70
sendErrorMethod · 0.70
handleErrorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected