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

Function htmlEscape

netease/netease.ts:9–16  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

7
8import { htmlEscape } from "@utils/htmlEscape";
9
10// 参考 plugins/music_bot.ts 的结构与实现方式
11
12const prefixes = getPrefixes();
13
14const mainPrefix = prefixes[0];
15
16const bot = "Music163bot"; // 与原实现保持一致(可用 @ 或不带 @)
17
18const pluginName = "netease";
19const commandName = `${mainPrefix}${pluginName}`;

Callers 2

fetchAndSendAudioFunction · 0.70
NeteasePluginClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected