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

Function getPanelValue

javdb/javdb.ts:150–151  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

148 // 提取基本信息
149 const detail: MovieDetail = {};
150 const director = getPanelLinkValue("導演");
151 const maker = getPanelLinkValue("片商");
152 const series = getPanelLinkValue("系列");
153 const duration = getPanelValue("時長");
154 const releaseDate = getPanelValue("日期");

Callers 1

fetchDetailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected