Commit 0ef73c04 authored by nanahira's avatar nanahira

fix compile

parent 865a3b52
This diff is collapsed.
......@@ -28,11 +28,11 @@
},
"homepage": "https://github.com/koishijs/koishi-plugin-picsource-lolicon",
"dependencies": {
"koishi-thirdeye": "^10.2.8"
"koishi-thirdeye": "^10.3.1"
},
"peerDependencies": {
"koishi": "^4.7.4",
"koishi-plugin-pics": "^9.3.3"
"koishi": "^4.7.5",
"koishi-plugin-pics": "^9.4.1"
},
"devDependencies": {
"@koishijs/plugin-cache-lru": "^1.0.0-rc.0",
......
......@@ -2,11 +2,11 @@
import { PicSourceLoliconPluginConfig } from './config';
import { PicResult, PicSourcePlugin } from 'koishi-plugin-pics';
import { LoliconReturnMessage } from './def';
import { DefinePlugin, Inject } from 'koishi-thirdeye';
import { DefinePlugin, Inject, ParentPlugin } from 'koishi-thirdeye';
import { Quester } from 'koishi';
@DefinePlugin()
export default class PicSourceLolicon extends PicSourcePlugin(
export class PicSourceLolicon extends PicSourcePlugin(
PicSourceLoliconPluginConfig,
) {
@Inject(true)
......
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