Commit 6ddd5edb authored by nanahira's avatar nanahira

catchup

parent 7c75cb73
This diff is collapsed.
import 'source-map-support/register';
import { DefineSchema } from 'koishi-thirdeye';
import { DefineSchema, RegisterSchema } from 'koishi-thirdeye';
@RegisterSchema()
export class TabulatePluginConfig {
@DefineSchema({ desc: '比赛的超时时间', default: 7200000 })
saveTime: number;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment