start
EventUpdateController小于 1 分钟
当下载开始的时候会触发这个事件。
示例
import { updateControllerPlugin } from "@plaoc/plugins";
const updateContoller = updateControllerPlugin.listen;
updateContoller.addEventListener("start", (event) => {
console.log("updateContoller start =>", event);
});
Powered by Waline v2.15.7