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

Function log

pmcaptcha/pmcaptcha.ts:38–41  ·  view source on GitHub ↗
(level: LogLevel, message: string, data?: any)

Source from the content-addressed store, hash-verified

36}
37
38// ─── 枚举 ─────────────────────────────────────────────────────────────────────
39
40enum CaptchaMode {
41 MATH = "math", // 数学计算题(纯文字)
42 TEXT = "text", // 文字关键词回复
43 IMG_DIGIT = "img_digit", // 图片验证码(纯数字)
44 IMG_MIXED = "img_mixed", // 图片验证码(字母+数字混合)

Callers 15

pmcaptcha.tsFile · 0.85
initDbFunction · 0.85
setFunction · 0.85
archiveChatFunction · 0.85
muteChatFunction · 0.85
blockUserFunction · 0.85
deleteHistoryFunction · 0.85
reportSpamFunction · 0.85
unmuteChatFunction · 0.85
unarchiveChatFunction · 0.85
runFailActionsFunction · 0.85
tryGetCanvasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected