<!DOCTYPEhtml><html><head> <metacharset="UTF-8"> <metaname="viewport"content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <scripttype="text/javascript"src="js/plugin.js"></script></head><body> <div>Background services can be without UI, but you can still display the status of background services here.</div></body></html>
console.log(`Plugins will be created automatically, no need for users to execute them.`);eagle.onPluginCreate((plugin) => {console.log('eagle.onPluginCreate');console.log(plugin);});eagle.onPluginShow(() => {console.log('eagle.onPluginShow');});eagle.onPluginHide(() => {console.log('eagle.onPluginHide');});