|
|
@@ -779,6 +779,108 @@
|
|
|
"desc": "未支付订单列表"
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkGandartGrabber",
|
|
|
+ "name": "光予抢购",
|
|
|
+ "author": "@jojo",
|
|
|
+ "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartGrab.js",
|
|
|
+ "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/gandart/gandartGrab.js",
|
|
|
+ "icons": [
|
|
|
+ "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png",
|
|
|
+ "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Images/gandart.png"
|
|
|
+ ],
|
|
|
+ "keys": [
|
|
|
+ "lkGandartToken",
|
|
|
+ "lkGandartNewCollectionCastingId",
|
|
|
+ "lkGandartNewCollectionCastingSearchKey"
|
|
|
+ ],
|
|
|
+ "settings": [
|
|
|
+ {
|
|
|
+ "id": "lkIsEnableLogGandartGrabberCheckIn",
|
|
|
+ "name": "开启/关闭日志",
|
|
|
+ "val": true,
|
|
|
+ "type": "boolean",
|
|
|
+ "desc": "默认开启"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkNotifyOnlyFailGandartGrabberCheckIn",
|
|
|
+ "name": "只当执行失败才通知",
|
|
|
+ "val": false,
|
|
|
+ "type": "boolean",
|
|
|
+ "desc": "默认关闭"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkIsEnableTgNotifyGandartGrabberCheckIn",
|
|
|
+ "name": "开启/关闭通知",
|
|
|
+ "val": false,
|
|
|
+ "type": "boolean",
|
|
|
+ "desc": "默认关闭"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkTgNotifyUrlGandartGrabberCheckIn",
|
|
|
+ "name": "通知地址",
|
|
|
+ "val": "",
|
|
|
+ "type": "text",
|
|
|
+ "desc": "Tg的通知地址,如:https://api.telegram.org/bot-token/sendMessage?chat_id=-100140&parse_mode=Markdown&text="
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkGandartIsNewCastingMaxNumLimit",
|
|
|
+ "name": "开启/关闭检查未支付单数限制",
|
|
|
+ "val": false,
|
|
|
+ "type": "boolean",
|
|
|
+ "desc": "默认关闭锁定"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkGandartNewCastingLockMaxNum",
|
|
|
+ "name": "最大允许未支付单数",
|
|
|
+ "val": 6,
|
|
|
+ "type": "number",
|
|
|
+ "desc": "最大允许未支付单数"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkGandartNewCastingPayWalletList",
|
|
|
+ "name": "付款钱包",
|
|
|
+ "val": "C",
|
|
|
+ "type": "checkboxes",
|
|
|
+ "desc": "付款钱包,用于付款选择",
|
|
|
+ "items": [
|
|
|
+ {
|
|
|
+ "key": "A",
|
|
|
+ "label": "钱包A"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "B",
|
|
|
+ "label": "钱包B"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "key": "C",
|
|
|
+ "label": "钱包C"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkGandartNewCollectionCastingId",
|
|
|
+ "name": "首发藏品铸造ID",
|
|
|
+ "val": "",
|
|
|
+ "type": "text",
|
|
|
+ "desc": "首发藏品铸造ID"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkGandartNewCollectionCastingSearchKey",
|
|
|
+ "name": "首发藏品名称关键字",
|
|
|
+ "val": "",
|
|
|
+ "type": "text",
|
|
|
+ "desc": "首发藏品名称关键字"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "lkGandartPasswordPlainText",
|
|
|
+ "name": "钱包支付密码",
|
|
|
+ "val": "",
|
|
|
+ "type": "text",
|
|
|
+ "desc": "钱包支付密码"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
}
|