mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +08:00
windows自动化新增基于C#的浏览器控制,和macos自动化下基于AppleScript的浏览器自动化一起作为备选方案
This commit is contained in:
@@ -7,6 +7,7 @@ const service = require("./service");
|
||||
const software = require("./software");
|
||||
const utils = require("./utils");
|
||||
const automation = require("./automation");
|
||||
const browser = require("./browser");
|
||||
|
||||
module.exports = {
|
||||
window,
|
||||
@@ -18,4 +19,5 @@ module.exports = {
|
||||
software,
|
||||
utils,
|
||||
automation,
|
||||
browser,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user