Skip to content

Latest commit

 

History

History

lightblock

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@aomao/plugin-lightblock

高亮块、提示框插件(React)

安装

$ yarn add @aomao/plugin-lightblock

添加到引擎

import Engine, { EngineInterface } from '@aomao/engine';
import lightblock from '@aomao/plugin-lightblock';

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

命令

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