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

Method setup

pmcaptcha/pmcaptcha.ts:2392–2402  ·  view source on GitHub ↗
(context: PluginRuntimeContext)

Source from the content-addressed store, hash-verified

2390 await edit(
2391 `❌ 未知子命令:${codeTag(sub)}\n\n` +
2392 `可用:\n` +
2393 `<code>${mainPrefix}pmc record</code> — 摘要\n` +
2394 `<code>${mainPrefix}pmc record verified</code> — 通过列表\n` +
2395 `<code>${mainPrefix}pmc record failed</code> — 失败列表\n` +
2396 `<code>${mainPrefix}pmc record del verified &lt;ID&gt;/all</code> — 删除通过记录\n` +
2397 `<code>${mainPrefix}pmc record del failed &lt;ID&gt;/all</code> — 删除失败记录\n\n` +
2398 ``
2399 );
2400 break;
2401 }
2402
2403 // ╔══════════════════════════════╗
2404 // ║ 未知命令 ║
2405 // ╚══════════════════════════════╝

Callers

nothing calls this directly

Calls 1

drainCaptchaStatesFunction · 0.85

Tested by

no test coverage detected