Commit 9506ce05 authored by nanahira's avatar nanahira

fix

parent 3178e70b
...@@ -26,7 +26,7 @@ export class MyPlugin { ...@@ -26,7 +26,7 @@ export class MyPlugin {
config: Config; config: Config;
ctx: Context; ctx: Context;
name = 'limit-help-main'; name = 'limit-help-main';
schema: Schema<Selection> = Schema.any('帮助作用域。').default({ schema: Schema<Selection> = Schema.any().description('帮助作用域').default({
$user: '10000', $user: '10000',
}); });
apply(ctx: Context, config: Config) { apply(ctx: Context, config: Config) {
......
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