mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 23:54:35 +08:00
用户交互新增选择对话框,VarInput支持多选,新增CheckGroup组件
This commit is contained in:
6
plugin/lib/quickcomposer/ui/index.js
Normal file
6
plugin/lib/quickcomposer/ui/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const { showSaveDialog, showOpenDialog } = require("./dialog");
|
||||
|
||||
module.exports = {
|
||||
showSaveDialog,
|
||||
showOpenDialog,
|
||||
};
|
||||
Reference in New Issue
Block a user