🐞 fix: 修复bookid

This commit is contained in:
zhiyu1998 2023-04-09 13:54:28 +08:00
parent d7a2eddc02
commit 5fbb319b68

View File

@ -9,6 +9,8 @@ import fs from "node:fs";
import { CAT_LIMIT } from "../utils/constant.js";
// 书库
import { getZHelper, getBookDetail, getYiBook, getZBook } from "../utils/books.js";
// 工具类
import _ from "lodash";
export class query extends plugin {
constructor() {