shawenguan 1 rok temu
rodzic
commit
1f284956a4
1 zmienionych plików z 59 dodań i 0 usunięć
  1. 59 0
      BoxJsSub/wubian.json

+ 59 - 0
BoxJsSub/wubian.json

@@ -217,6 +217,65 @@
                     "desc": "当前需寄售产品数量"
                 }
             ]
+        },
+        {
+            "id": "lkWubianFastGrab",
+            "name": "无边一键购买",
+            "author": "@jojo",
+            "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFastGrab.js",
+            "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/wubian/wubianFastGrab.js",
+            "icons": [
+                "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png",
+                "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/wubian.png"
+            ],
+            "keys": [
+                "WubianProToken",
+                "WubianMyCollectListData"
+            ],
+            "settings": [
+                {
+                    "id": "FastBuyCaptureEnabled",
+                    "name": "开启/关闭一键购买产品采集",
+                    "val": true,
+                    "type": "boolean",
+                    "desc": "默认开启"
+                },
+                {
+                    "id": "FastBuyQuickModeEnabled",
+                    "name": "开启/关闭快捷购买模式",
+                    "val": false,
+                    "type": "boolean",
+                    "desc": "默认开启"
+                },
+                {
+                    "id": "FastBuyArtName",
+                    "name": "当前需购买产品名称关键字",
+                    "val": "",
+                    "type": "text",
+                    "desc": "当前需购买产品名称关键字"
+                },
+                {
+                    "id": "FastBuyArtId",
+                    "name": "当前需购买产品ID",
+                    "val": "",
+                    "type": "text",
+                    "desc": "当前需购买产品ID"
+                },
+                {
+                    "id": "FastBuyArtPrice",
+                    "name": "当前需购买产品价格",
+                    "val": 0,
+                    "type": "number",
+                    "desc": "当前需购买产品价格"
+                },
+                {
+                    "id": "FastBuyArtAmount",
+                    "name": "当前需购买产品数量",
+                    "val": 1,
+                    "type": "number",
+                    "desc": "当前需购买产品数量"
+                }
+            ]
         }
     ]
 }