Sfoglia il codice sorgente

[del][系统消息]

zhangwei 2 anni fa
parent
commit
c19cefb4ac
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0 6
      src/entry/background.js

+ 0 - 6
src/entry/background.js

@@ -34,12 +34,6 @@ import {
 //加载bg.js 执行
 setMessageCount();
 
-
-setInterval(() => {
-    console.log(123)
-    getSysMessage()
-}, 5000)
-
 // 消息通讯
 chrome.runtime.onConnect.addListener(function (port) {
     port.onDisconnect.addListener(function () {