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

Method cleanup

sendat/sendat.ts:453–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

451 icon: "📅",
452 getSchema: (): PanelSettingField[] => [
453 {
454 "key": "timezone",
455 "label": "时区",
456 "type": "select",
457 "options": [
458 { "value": "Asia/Shanghai", "label": "中国标准时间 (UTC+8)" },
459 { "value": "Asia/Tokyo", "label": "日本标准时间 (UTC+9)" },
460 { "value": "Asia/Singapore", "label": "新加坡时间 (UTC+8)" },
461 { "value": "America/New_York", "label": "东部时间 (UTC-5)" },
462 { "value": "America/Los_Angeles", "label": "太平洋时间 (UTC-8)" },
463 { "value": "Europe/London", "label": "伦敦时间 (UTC+0)" },
464 { "value": "Europe/Berlin", "label": "柏林时间 (UTC+1)" },

Callers

nothing calls this directly

Calls 1

getAllTasksMethod · 0.80

Tested by

no test coverage detected