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

Function htmlEscape

rate/rate.ts:224–228  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

222};
223
224// HTML转义工具
225const codeTag = (text: string): string => `<code>${htmlEscape(text)}</code>`;
226
227const help_text = `🚀 <b>智能汇率查询助手</b>
228
229📊 <b>使用示例</b>
230• <code>rate BTC</code> - 比特币美元价
231• <code>rate ETH CNY</code> - 以太坊人民币价

Callers 2

codeTagFunction · 0.70
handleRateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected