/** * 体力系统 */ import { scheduleJob, cancelJob } from 'pinus-scheduler'; export async function init() { scheduleJob("0 31 23 * * *", setPvpSeasonResult, {name:'setPvpSeasonResult'}) } export async function setPvpSeasonResult() { }