Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kirayomato committed Aug 21, 2024
1 parent ad09638 commit 67bc5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JS/B站直播自动抢红包.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}

Expand Down

0 comments on commit 67bc5cd

Please sign in to comment.