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

Function htmlEscape

zpr/zpr.ts:15–19  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

13
14import { htmlEscape } from "@utils/htmlEscape";
15
16// HTML转义(每个插件必须实现)
17// 获取命令前缀
18const prefixes = getPrefixes();
19const mainPrefix = prefixes[0];
20
21// pixiv反代服务器配置
22const PROXY_HOSTS: Record<string, string> = {

Callers 2

downloadSingleImageFunction · 0.70
ZprPluginClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected