From 5fbb319b68dccf22ddedd318962c41ed86b9aaeb Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Sun, 9 Apr 2023 13:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8Dbookid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/query.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/query.js b/apps/query.js index deece7f..87cf1e6 100644 --- a/apps/query.js +++ b/apps/query.js @@ -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() {