-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
问题描述
后台脚本返回的内容没有记录
重现步骤
执行后台脚本
// ==UserScript==
// @name 测试日志记录
// @namespace https://bbs.tampermonkey.net.cn/
// @version 0.1.0
// @description try to take over the world!
// @author You
// @background
// ==/UserScript==
return new Promise((resolve, reject) => {
// Your code here...
resolve("测试");
});脚本猫版本
v0.18.0
操作系统以及浏览器信息
edge chrome 137
补充信息 (选填)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working