mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 07:05:21 +08:00
调整浏览器自动化后端脚本,将元素操作相关函数移至新文件script.js
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
const browser = require("./browser");
|
||||
const tabs = require("./tabs");
|
||||
const getSelector = require("./getSelector");
|
||||
const script = require("./script");
|
||||
|
||||
module.exports = {
|
||||
...browser,
|
||||
...getSelector,
|
||||
...tabs,
|
||||
...script,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user