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

Function extractInfo

javdb/javdb.ts:212–218  ·  view source on GitHub ↗

从标题提取番号和描述

(title: string)

Source from the content-addressed store, hash-verified

210 return { id, description: descM ? descM[2] : null };
211}
212
213// ==================== 插件实现 ====================
214const help_text = `🎬 <b>JavDB 番号查询</b>
215
216<b>指令格式:</b>
217<code>${mainPrefix}javdb &lt;番号&gt;</code>
218<code>${mainPrefix}av &lt;番号&gt;</code>
219<code>${mainPrefix}jav &lt;番号&gt;</code>
220<code>${mainPrefix}jd &lt;番号&gt;</code>
221

Callers 2

handleAvMethod · 0.85
handleWhoisMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected