taobao-helper icon indicating copy to clipboard operation
taobao-helper copied to clipboard

用不了的可以看这里手动修一下bug

Open junonomak opened this issue 9 months ago • 0 comments

taobao.js这个文件下

// 保存按钮 $("#helper-setting-save-button").click(() => { clearInterval(timer); clearInterval(settleTimer); clearInterval(submitTimer); intervalTime = $("#helper-setting-interval").val(); chrome.storage.local.set({ intervalTime: intervalTime }); buyTime = $("#helper-setting-time").val(); chrome.storage.local.set({ buyTime: buyTime }); $("#helper-setting").remove(); // 加上这两行 ↓ settleStatus = false; submitStatus = false; run(); });

junonomak avatar May 18 '24 09:05 junonomak