diff --git a/src/runtime/content/utils.ts b/src/runtime/content/utils.ts index eade0a00..4b0e740c 100644 --- a/src/runtime/content/utils.ts +++ b/src/runtime/content/utils.ts @@ -1,7 +1,7 @@ import { MessageManager } from "@App/app/message/message"; import { ScriptRunResouce } from "@App/app/repo/scripts"; import { v4 as uuidv4 } from "uuid"; -import { has } from "lodash"; +import has from "lodash/has"; import GMApi, { ApiValue, GMContext } from "./gm_api"; // 构建脚本运行代码