diff --git a/mcbbs/vending-machine.user.js b/mcbbs/vending-machine.user.js index e6183f5..1059988 100644 --- a/mcbbs/vending-machine.user.js +++ b/mcbbs/vending-machine.user.js @@ -161,6 +161,7 @@ } await sleep(200) amount.value = amountValue + remark.value = `子节点补货 补货账号: ${storeUsername} 补货数量: ${amountValue}` await sleep(300) jq('#operatesubmit').click() await sleep(500)