📦refactor: 压缩图标
This commit is contained in:
parent
6cc41d408c
commit
15fa39b9a2
BIN
img/qrcode.png
BIN
img/qrcode.png
Binary file not shown.
|
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 232 B |
|
|
@ -18,8 +18,8 @@ chrome.runtime.onConnect.addListener(function (Port) {
|
|||
});
|
||||
});
|
||||
|
||||
// 10分钟清理一次数据
|
||||
chrome.alarms.create("clear", { periodInMinutes: 10 });
|
||||
// 30分钟清理一次数据
|
||||
chrome.alarms.create("clear", { periodInMinutes: 30 });
|
||||
chrome.alarms.onAlarm.addListener(function (alarm) {
|
||||
alarm.name == "clear" && clearRedundant();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue