mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +08:00
win自动化分类添加进程管理、注册表管理、服务管理、软件管理和系统工具
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
const window = require("./window");
|
||||
const sendmessage = require("./sendmessage");
|
||||
const monitor = require("./monitor");
|
||||
const process = require("./process");
|
||||
const registry = require("./registry");
|
||||
const service = require("./service");
|
||||
const software = require("./software");
|
||||
const utils = require("./utils");
|
||||
|
||||
module.exports = {
|
||||
window,
|
||||
sendmessage,
|
||||
monitor,
|
||||
process,
|
||||
registry,
|
||||
service,
|
||||
software,
|
||||
utils,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user