Commit 173cc559 authored by nanahira's avatar nanahira

add http settings

parent 845a11f8
This diff is collapsed.
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
}, },
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-yande", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-yande",
"peerDependencies": { "peerDependencies": {
"koishi": "^4.10.4", "koishi": "^4.10.6",
"koishi-plugin-pics": "^10.2.1" "koishi-plugin-pics": "^10.6.1"
}, },
"dependencies": { "dependencies": {
"koishi-thirdeye": "^11.1.14" "koishi-thirdeye": "^11.1.16"
}, },
"devDependencies": { "devDependencies": {
"@koishijs/plugin-console": "^4.7.1", "@koishijs/plugin-console": "^4.7.1",
......
...@@ -10,9 +10,6 @@ export * from './config'; ...@@ -10,9 +10,6 @@ export * from './config';
export default class PicSourceYande extends PicSourcePlugin( export default class PicSourceYande extends PicSourcePlugin(
PicSourceYandePluginConfig, PicSourceYandePluginConfig,
) { ) {
@Inject(true)
private http: Quester;
private page = 1; private page = 1;
private nextPage() { private nextPage() {
const currentPage = this.page; const currentPage = this.page;
......
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