Commit 86cb1373 authored by nanahira's avatar nanahira

update stater

parent 5027a919
Pipeline #12495 passed with stages
in 1 minute and 42 seconds
// import 'source-map-support/register'; // import 'source-map-support/register';
import { MyPluginConfig } from './config'; import { MyPluginConfig } from './config';
import { DefinePlugin, BasePlugin } from 'koishi-thirdeye'; import { DefinePlugin, StarterPlugin } from 'koishi-thirdeye';
export * from './config'; export * from './config';
@DefinePlugin({ name: 'myplugin', schema: MyPluginConfig }) @DefinePlugin()
export default class MyPlugin extends BasePlugin<MyPluginConfig> { export default class MyPlugin extends StarterPlugin(MyPluginConfig) {
} }
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