mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +08:00
编排补全uTools接口,新增获取选中文件、图片、文字
This commit is contained in:
7
plugin/lib/quickcomposer/status/index.js
Normal file
7
plugin/lib/quickcomposer/status/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const getSelected = require("./getSelected");
|
||||
|
||||
module.exports = {
|
||||
getSelectedText: getSelected.text,
|
||||
getSelectedImage: getSelected.image,
|
||||
getSelectedFiles: getSelected.files,
|
||||
};
|
||||
Reference in New Issue
Block a user