Commit d95502e8 authored by nanahira's avatar nanahira

migrate to rc1

parent f3ad506e
This diff is collapsed.
...@@ -6,17 +6,12 @@ import { ...@@ -6,17 +6,12 @@ import {
InjectConfig, InjectConfig,
Inject, Inject,
OnApply, OnApply,
OnConnect,
InjectLogger, InjectLogger,
} from 'koishi-thirdeye'; } from 'koishi-thirdeye';
import { PicsContainer, PicSource } from 'koishi-plugin-pics'; import { PicsContainer, PicSource } from 'koishi-plugin-pics';
export * from './config'; export * from './config';
declare module 'koishi' { declare module 'koishi' {
interface Modules {
'picsource-heisi': typeof import('.');
}
// eslint-disable-next-line @typescript-eslint/no-namespace // eslint-disable-next-line @typescript-eslint/no-namespace
namespace Cache { namespace Cache {
interface Tables { interface Tables {
......
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