👽️ 替换pid搜图API fix #IA7YRR

Signed-off-by: 等风来 <3139373986@qq.com>
This commit is contained in:
等风来
2024-06-25 20:53:07 +08:00
parent 2f4847746b
commit 7986875a8f

View File

@@ -11,7 +11,7 @@ import PixivApi from "./Pixiv/api.js"
export default new class Pixiv {
constructor() {
this.ranktype = rankType
this.domain = "http://api.obfs.dev/api/pixiv"
this.domain = "https://hibiapi.dengfenglai.icu/api/pixiv"
this.PixivClient = new PixivApi(Config.pixiv.refresh_token)
}