Commit 5682074d authored by nanahira's avatar nanahira

simplify

parent e33ea961
Pipeline #6278 passed with stages
in 1 minute and 17 seconds
import 'source-map-support/register';
import { DefineSchema, UseSchema } from 'koishi-utils-schemagen';
import { Schema } from 'koishi';
import { DefineSchema } from 'koishi-utils-schemagen';
export class Config {
@DefineSchema({ type: 'string', desc: '命令名', default: 'cmd' })
......
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