Commit 28e15df3 authored by nanahira's avatar nanahira

reusable

parent 1f7ff020
...@@ -15,6 +15,7 @@ import { ...@@ -15,6 +15,7 @@ import {
UsePlugin, UsePlugin,
PluginDef, PluginDef,
OnPrivate, OnPrivate,
Reusable,
} from 'koishi-thirdeye'; } from 'koishi-thirdeye';
export * from './config'; export * from './config';
import AragamiPlugin, { CacheKey } from 'koishi-plugin-cache-aragami'; import AragamiPlugin, { CacheKey } from 'koishi-plugin-cache-aragami';
...@@ -77,6 +78,7 @@ class ControlPanel extends base { ...@@ -77,6 +78,7 @@ class ControlPanel extends base {
} }
} }
@Reusable()
@UsingService('aragami') @UsingService('aragami')
@Isolate('panel', 'receiver', 'utility') @Isolate('panel', 'receiver', 'utility')
@OnPlatform('onebot') @OnPlatform('onebot')
......
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