Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 581 Bytes

File metadata and controls

44 lines (31 loc) · 581 Bytes

@aomao/plugin-hr

分割线插件

安装

$ yarn add @aomao/plugin-hr

添加到引擎

import Engine, { EngineInterface } from '@aomao/engine';
import Hr , { HrComponent } from '@aomao/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');