强大的一款抢购助手,功能很多!
下载地址:https://www.lanzoui.com/b01br9o6j
支持
淘宝/天猫/京东/拼多多/苏宁易购/小米商城/华为商城/抖音/直播/茅台
软件截图
使用用户晒图
受限于版面,只发一张,具体可以看软件内使用教程中更多晒图
"ui";
var color = "#009688";
//开始时间,提前时间量,提交频率,结束时间,网络时间偏移,网络接口延迟,设备延迟,辅助提交,倒计时浮窗x,倒计时浮窗y
var startTime, forwardTime, interval, lastTime, NTPClockOffset, NTPClockDelay, deviceDelay, autoSubmit, xp, yp;
//自动购买,自动确认,自动结算,自动提交,自动支付,校验价格,最大价格,使用网络时间
var autoBuy, autoConfirm, autoCart, autoSubmit, autoPay, checkSku, needConfirm, checkPrice, maxPrice, isUseNetTime;
//捡漏,频率
var jlModel, jlhz;
//商品名称,购买按钮
var itemName, buyName, color, size, other, volume, type, skuNum = 0, skuDelay;
//倒计时浮窗
var window;
//定时任务
var workId;
//存储
var storage = storages.create("tb.js");
//时间工具类
var timeUtils = require('TimeUtils.js');
var myQueue = new ArrayQueue();
importClass(android.view.View);
//主页面
ui.layout(
<drawer id="drawer">
<vertical>
<appbar>
<toolbar id="toolbar" title="橱窗、收藏页模式" />
<tabs id="tabs" />
</appbar>
<viewpager id="viewpager">
<frame>
<ScrollView>
<vertical w="*" h="auto" margin="6" >
<text h="30" id="networkTest" text="正在检测网络延迟..." gravity="top|left" textColor="red" textSize="13sp" margin="0 5" />
<horizontal>
<checkbox id="isUseNetTime" text="使用网络时间" textColor="black" checked="true" />
<checkbox id="autoPay" text="自动支付" checked="true" />
</horizontal>
<horizontal>
<checkbox id="needConfirm" text="需要确认" checked="true" />
<checkbox id="checkSku" text="SKU延时:" checked="true" />
<input id="skuDelay" text="120" hint="120" marginBottom="-6" />
</horizontal>
<horizontal>
<checkbox id="jlModel" text="重试频率:" textColor="black" checked="true" />
<input id="jlhz" text="1500" hint="频率" marginBottom="-6" />
</horizontal>
<horizontal >
<checkbox id="checkPrice" text="最高价格:" textColor="black" />
<input id="maxPrice" text="" hint="10" marginBottom="-6" />
</horizontal>
<frame w="*" margin="12" h="1" bg="#e3e3e3" />
<horizontal >
<checkbox id="baseTime" text="倒计时 " textColor="black" />
<text h="30" text="X:" gravity="top|left" textColor="black" />
<input id="xp" text="360" hint="360" marginBottom="-6" />
<text h="30" text=" , Y:" gravity="top|left" textColor="black" />
<input id="yp" text="1250" hint="1250" marginBottom="-6" />
</horizontal>
<frame w="*" margin="12" h="1" bg="#e3e3e3" />
<horizontal >
<text h="30" text="商品关键字:" gravity="top|left" textColor="black" textSize="16" />
<input id="itemName" text="" hint="袋鼠医用" marginBottom="-6" />
</horizontal>
<horizontal >
<text h="30" text="购买关键字:" gravity="top|left" textColor="black" textSize="16" />
<input id="buyName" text="" hint="立即购买、领劵购买、马上抢" marginBottom="-6" />
</horizontal>
<vertical id="skuShow" >
<horizontal >
<text h="30" text="颜色:" gravity="top|left" textColor="black" textSize="16" />
<input id="color" text="" hint="颜色|颜色分类|机身颜色" marginBottom="-6" textSize="16" />
</horizontal>
<horizontal >
<text h="30" text="尺码:" gravity="top|left" textColor="black" textSize="16" />
<input id="size" text="" hint="尺码|鞋码|机身尺码" marginBottom="-6" textSize="16" />
</horizontal>
<horizontal >
<text h="30" text="容量:" gravity="top|left" textColor="black" textSize="16" />
<input id="volume" text="" hint="存储容量|化妆品净含量" marginBottom="-6" textSize="16" />
</horizontal>
<horizontal >
<text h="30" text="类型:" gravity="top|left" textColor="black" textSize="16" />
<input id="type" text="" hint="网络类型" marginBottom="-6" textSize="16" />
</horizontal>
<horizontal >
<text h="30" text="其他:" gravity="top|left" textColor="black" textSize="16" />
<input id="other" text="" hint="口味|套餐类型" marginBottom="-6" textSize="16" />
</horizontal>
</vertical>
<frame w="*" margin="12" h="1" bg="#e3e3e3" />
<horizontal >
<text h="30" text="开始时间(年/月/日 时:分:秒):" gravity="top|left" textColor="black" textSize="16" />
</horizontal>
<horizontal >
<input id="startTime" text="2020/03/03 14:30:00" hint="无" marginBottom="-6" />
</horizontal>
<horizontal >
<text h="30" text="提前开始时间(毫秒):" gravity="top|left" textColor="black" textSize="16" />
<input id="forwardTime" text="500" hint="无" marginBottom="-6" />
</horizontal >
<horizontal >
<text h