update 割草有上限。去掉提示
This commit is contained in:
@@ -84,7 +84,6 @@ const urlSchema = `openjd://virtual?params=%7B%20%22category%22:%20%22jump%22,%2
|
|||||||
async function jdFruit() {
|
async function jdFruit() {
|
||||||
subTitle = `【京东账号${$.index}】${$.nickName}`;
|
subTitle = `【京东账号${$.index}】${$.nickName}`;
|
||||||
try {
|
try {
|
||||||
await helpAuthor();
|
|
||||||
await initForFarm();
|
await initForFarm();
|
||||||
if ($.farmInfo.farmUserPro) {
|
if ($.farmInfo.farmUserPro) {
|
||||||
// option['media-url'] = $.farmInfo.farmUserPro.goodsImage;
|
// option['media-url'] = $.farmInfo.farmUserPro.goodsImage;
|
||||||
|
|||||||
+1
-2
@@ -327,8 +327,7 @@ function dealReturn(type, data) {
|
|||||||
data = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
|
data = JSON.parse(data.match(new RegExp(/jsonpCBK.?\((.*);*/))[1]);
|
||||||
if (data.ret === 0) {
|
if (data.ret === 0) {
|
||||||
$.mowingInfo = data.data;
|
$.mowingInfo = data.data;
|
||||||
console.log(`获得金币:${ $.mowingInfo.addcoins || $.mowingInfo.addcoin }`)
|
console.log(`获得金币:${ ($.mowingInfo.addcoins || $.mowingInfo.addcoin) ? ($.mowingInfo.addcoins || $.mowingInfo.addcoin) : 0 }`)
|
||||||
if (!$.mowingInfo.addcoins && !$.mowingInfo.addcoin) console.log(`请检查【新手指导任务-割草与割鸡腿】是否已手动完成\n`);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'GetSelfResult':
|
case 'GetSelfResult':
|
||||||
|
|||||||
Reference in New Issue
Block a user