diff --git "a/JS/B\347\253\231\347\233\264\346\222\255\350\207\252\345\212\250\346\212\242\347\272\242\345\214\205.js" "b/JS/B\347\253\231\347\233\264\346\222\255\350\207\252\345\212\250\346\212\242\347\272\242\345\214\205.js" index 7f1bc8a..ea409bd 100644 --- "a/JS/B\347\253\231\347\233\264\346\222\255\350\207\252\345\212\250\346\212\242\347\272\242\345\214\205.js" +++ "b/JS/B\347\253\231\347\233\264\346\222\255\350\207\252\345\212\250\346\212\242\347\272\242\345\214\205.js" @@ -558,7 +558,7 @@ async function fetcher(url) { if (price > 1) { GM_setValue(`Big_Count`, GM_getValue(`Big_Count`) + 1) } - if (price > 100) { + if (price >= 100) { SendGift(gift_name, price, winner[2], winner[3]); }