"use strict";const e=n=>{n&&(n.onStart(()=>{console.log("开始:执行了 new Runtime Plugin 插件")}),n.onEnd(()=>{console.log("结束:执行了 new Runtime Plugin 插件")}),n.registerRunTimePlugin({name:"",alias:"",description:"",fn:function(o){document.body.innerHTML="new Runtime Plugin 插件"}}))};module.exports=e;