mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
ban掉utools enter和out
This commit is contained in:
@@ -33,10 +33,10 @@ export default defineComponent({
|
||||
window.utools = window.getuToolsLite();
|
||||
if (!this.checkVer()) return;
|
||||
this.startUp();
|
||||
utools.onPluginEnter((enter) => {
|
||||
this.utools.whole.onPluginEnter((enter) => {
|
||||
this.enterPlugin(enter);
|
||||
});
|
||||
utools.onPluginOut(() => {
|
||||
this.utools.whole.onPluginOut(() => {
|
||||
this.outPlugin();
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user