爱吃番茄 (@fanjie) 在 想抢火山引擎的我让ai写了个json,f12打开输入consle,然后AC.start() 中发帖
我已经抢到了。
// ============================================================
// 火山引擎 Coding Plan - Pro Plan 自动抢购脚本
// ============================================================
// Console 里粘贴后输入 AC.start() 启动
// ============================================================
(function(win) {
‘use strict’;
const AC = {
timerId: null, count: 0, running: false, interval: 3000,
_tryClick: async fu...