mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 07:05:21 +08:00
新增网络请求拦截功能:在浏览器命令中添加请求和响应拦截选项,支持自定义拦截规则和内容替换
This commit is contained in:
@@ -6,6 +6,7 @@ const url = require("./url");
|
||||
const cookie = require("./cookie");
|
||||
const screenshot = require("./screenshot");
|
||||
const device = require("./device");
|
||||
const network = require("./network");
|
||||
|
||||
module.exports = {
|
||||
...url,
|
||||
@@ -16,4 +17,5 @@ module.exports = {
|
||||
...cookie,
|
||||
...screenshot,
|
||||
...device,
|
||||
...network,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user