MCPcopy
hub / github.com/vikiboss/60s / CurrentHoliday

Interface CurrentHoliday

src/modules/moyu.module.ts:743–760  ·  view source on GitHub ↗

* 当前假期信息

Source from the content-addressed store, hash-verified

741 * 当前假期信息
742 */
743interface CurrentHoliday {
744 /**
745 * 假期名称
746 */
747 name: string
748 /**
749 * 假期的第几天
750 */
751 dayOfHoliday: number
752 /**
753 * 还剩几天(含今天)
754 */
755 daysRemaining: number
756 /**
757 * 假期总天数
758 */
759 totalDays: number
760}
761
762/**
763 * 倒计时信息

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected