@xiehy/plugin-hr
v1.0.2
Published
分割线插件
Downloads
3
Readme
@xiehy/plugin-hr
分割线插件
安装
$ yarn add @xiehy/plugin-hr
添加到引擎
import Engine, { EngineInterface } from '@xiehy/engine';
import Hr , { HrComponent } from '@xiehy/plugin-hr';
new Engine(...,{ plugins:[Hr] , cards:[HrComponent]})
可选项
快捷键
默认快捷键 mod+shift+e
hotkey?:string;//默认mod+shift+e
//使用配置
new Engine(...,{
config:{
"hr":{
//修改快捷键
hotkey:"快捷键"
}
}
})
命令
engine.command.execute('hr');