Skip to content

Commit

Permalink
🐛 修复引入的lodash与页面冲突问题
Browse files Browse the repository at this point in the history
影响:
v0.12.0版本后,内部jira网站报错
https://bbs.tampermonkey.net.cn/thread-5489-1-1.html
(出处: 油猴中文网)
  • Loading branch information
CodFrm committed Dec 18, 2023
1 parent 0d10588 commit 96280a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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";

// 构建脚本运行代码
Expand Down

0 comments on commit 96280a2

Please sign in to comment.