mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +08:00
新增windows分类,添加窗口置顶、修改透明度、修改位置、聚焦窗口、隐藏窗口、关闭窗口、修改窗口边框、窗口穿透、获取窗口信息
This commit is contained in:
5
plugin/lib/quickcomposer/windows/index.js
Normal file
5
plugin/lib/quickcomposer/windows/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const window = require("./window");
|
||||
|
||||
module.exports = {
|
||||
window,
|
||||
};
|
||||
Reference in New Issue
Block a user