mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +08:00
automation实现inspect元素
This commit is contained in:
@@ -6,6 +6,7 @@ const registry = require("./registry");
|
||||
const service = require("./service");
|
||||
const software = require("./software");
|
||||
const utils = require("./utils");
|
||||
const automation = require("./automation");
|
||||
|
||||
module.exports = {
|
||||
window,
|
||||
@@ -16,4 +17,5 @@ module.exports = {
|
||||
service,
|
||||
software,
|
||||
utils,
|
||||
automation,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user