2.7.37 • Published 2 years ago

aomao_plugin-selectall v2.7.37

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

aomao_plugin-selectall

全选插件

安装

$ yarn add aomao_plugin-selectall

添加到引擎

import Engine, { EngineInterface } from 'aomao_engine';
import Selectall from 'aomao_plugin-selectall';

new Engine(...,{ plugins:[Selectall] })

快捷键

快捷键为 mod+a,不可修改

命令

//使用 command 执行插件
engine.command.execute('selectall');
2.7.37

2 years ago

2.7.34

2 years ago

2.7.33

2 years ago