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

Function htmlEscape

convert/convert.ts:21–25  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

19const prefixes = getPrefixes();
20const mainPrefix = prefixes[0] || ".";
21const toSimplified = Converter({ from: "tw", to: "cn" });
22
23// --- Gemini AI Configuration & Client ---
24const dbDir = path.join(process.cwd(), "assets", "convert");
25if (!fs.existsSync(dbDir)) {
26 fs.mkdirSync(dbDir, { recursive: true });
27}
28const GEMINI_CONFIG_DB_PATH = path.join(dbDir, "gemini_config.db");

Callers 2

ConvertPluginClass · 0.70
handleVideoConversionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected