摇钱树脚本改成默认不卖出金果得金币(金币有时效,会过期)

This commit is contained in:
lxk0301
2020-12-17 14:50:30 +08:00
parent 5b4c47c8f9
commit 850319e7b4
3 changed files with 14 additions and 6 deletions

View File

@@ -574,6 +574,13 @@
"val": true,
"type": "boolean",
"desc": "运行京东摇钱树脚本时不发出系统弹窗通知"
},
{
"id": "MONEY_TREE_SELL_FRUIT",
"name": "是否卖出金果获得金币",
"val": false,
"type": "boolean",
"desc": "是否卖出金果获得金币,金币具有有效期,默认不卖出"
}
],
"author": "@lxk0301",