Commit 173cc559 authored by nanahira's avatar nanahira

add http settings

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