mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +08:00
新增MacOS专区分类,新增应用管理功能,支持获取前台应用、获取活动应用、启动、退出、隐藏、显示应用、最大化、最小化、获取窗口信息、获取应用脚本字典
This commit is contained in:
9
plugin/lib/quickcomposer/macos/index.js
Normal file
9
plugin/lib/quickcomposer/macos/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const app = require("./app");
|
||||
const system = require("./system");
|
||||
const finder = require("./finder");
|
||||
|
||||
module.exports = {
|
||||
app,
|
||||
system,
|
||||
finder,
|
||||
};
|
||||
Reference in New Issue
Block a user