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

Function formatStatus

cy/cy.ts:351–358  ·  view source on GitHub ↗
(config: CyScheduleConfig)

Source from the content-addressed store, hash-verified

349}
350
351function formatStatus(config: CyScheduleConfig): string {
352 return [
353 `词云定时: ${config.enabled ? "on" : "off"}`,
354 `目标: ${config.target || "未设置"}`,
355 `时间: ${config.times.length ? config.times.join(", ") : "未设置"}`,
356 `数量: ${config.limit}`,
357 ].join("\n");
358}
359
360function buildHelpText(): string {
361 return [

Callers 1

CyPluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected