Commit 404c51e1 authored by nanahira's avatar nanahira

fix using name

parent 2eab7597
......@@ -9,6 +9,7 @@
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"koishi-plugin-pics": "^4.1.3",
"koishi-thirdeye": "^4.2.3",
"source-map-support": "^0.5.21"
},
......
......@@ -32,9 +32,9 @@
"koishi": "^4.0.0-beta.4"
},
"dependencies": {
"koishi-plugin-pics": "^4.1.3",
"koishi-thirdeye": "^4.2.3",
"source-map-support": "^0.5.21",
"koishi-plugin-pics": "^4.1.3"
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@types/node": "^16.11.11",
......
......@@ -35,13 +35,13 @@ export default class PicsourceHeisi
@InjectConfig()
private config: PicsourceHeisiConfig;
@Inject(true)
@Inject('http')
private http: Quester;
@Inject(true)
@Inject('pics', true)
private pics: PicsContainer;
@Inject(true)
@Inject('cache', true)
private cache: Cache;
@InjectLogger()
......
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