Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ htmlEscape
Function
htmlEscape
sticker/sticker.ts:89–93 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
87
}
88
}
89
}
90
91
// HTML转义(每个插件必须实现)
92
// 获取命令前缀
93
const
prefixes = getPrefixes();
94
const
mainPrefix = prefixes[0] ||
"."
;
95
96
// 基础表情池与随机函数(当贴纸不携带基础 emoji 时兜底)
Callers
4
handleSticker
Method · 0.70
handleConfiguration
Method · 0.70
findOrCreatePack
Method · 0.70
addToStickerSet
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected