Commit 0ef73c04 authored by nanahira's avatar nanahira

fix compile

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