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

Function htmlEscape

warp/warp.ts:39–43  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

37 }
38 }
39
40// HTML转义(每个插件必须实现)
41// 常量配置
42const DEFAULT_PORT = 40000;
43const WARP_CONFIG_FILE = "/etc/wireguard/warp-account.conf";
44const WIREPROXY_CONFIG_FILE = "/etc/wireguard/proxy.conf";
45const WIREPROXY_SERVICE_FILE = "/lib/systemd/system/wireproxy.service";
46const WIREPROXY_BINARY = "/usr/bin/wireproxy";

Callers 13

getStatusMethod · 0.70
setupAndStartMethod · 0.70
stopMethod · 0.70
restartMethod · 0.70
setPortMethod · 0.70
uninstallMethod · 0.70
warp.tsFile · 0.70
showSubCommandHelpMethod · 0.70
configureProxyMethod · 0.70
removeProxyMethod · 0.70
configureMusicProxyMethod · 0.70
removeMusicProxyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected