shawenguan 1 년 전
부모
커밋
3da0f65f04
1개의 변경된 파일108개의 추가작업 그리고 0개의 파일을 삭제
  1. 108 0
      BoxJsSub/hbcpre.json

+ 108 - 0
BoxJsSub/hbcpre.json

@@ -125,6 +125,13 @@
             ],
             "settings": [
                 {
+                    "id": "HbcpreOrderItemDataGrabEnabled",
+                    "name": "开启/关闭下单采集",
+                    "val": false,
+                    "type": "boolean",
+                    "desc": "默认关闭"
+                },
+                {
                     "id": "HbcpreCollectionWatchLocked",
                     "name": "开启/关闭锁定监控产品",
                     "val": false,
@@ -193,6 +200,13 @@
             ],
             "settings": [
                 {
+                    "id": "HbcpreHomeSeriesDataGrabEnabled",
+                    "name": "开启/关闭首发采集",
+                    "val": false,
+                    "type": "boolean",
+                    "desc": "默认关闭"
+                },
+                {
                     "id": "HbcpreHomeSeriesCacheModeEnabled",
                     "name": "开启/关闭缓存模式",
                     "val": true,
@@ -229,6 +243,100 @@
                     "desc": "产品列表"
                 }
             ]
+        },
+        {
+            "id": "jojo.hbcpreComposite",
+            "name": "华文数交合成",
+            "author": "@jojo",
+            "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreComposite.js",
+            "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreComposite.js",
+            "icons": [
+                "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
+                "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
+            ],
+            "keys": [
+                "HbcpreUserToken",
+                "HbcpreUserInfo",
+                "HbcpreCompositeActivityData"
+            ],
+            "settings": [
+                {
+                    "id": "HbcpreCompositeItemDataGrabEnabled",
+                    "name": "开启/关闭合成采集",
+                    "val": false,
+                    "type": "boolean",
+                    "desc": "默认关闭"
+                },
+                {
+                    "id": "HbcpreCompositeActivityId",
+                    "name": "当前合成Id",
+                    "val": "",
+                    "type": "text",
+                    "desc": "当前合成Id"
+                },
+                {
+                    "id": "HbcpreCompositeActivityName",
+                    "name": "当前合成名称",
+                    "val": "",
+                    "type": "text",
+                    "desc": "当前合成名称"
+                },
+                {
+                    "id": "HbcpreCompositeActivityData",
+                    "name": "活动列表",
+                    "val": "{}",
+                    "autoGrow": false,
+                    "type": "textarea",
+                    "desc": "活动列表"
+                }
+            ]
+        },
+        {
+            "id": "jojo.hbcpreExchange",
+            "name": "华文数交兑换",
+            "author": "@jojo",
+            "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js",
+            "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreExchange.js",
+            "icons": [
+                "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
+                "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
+            ],
+            "keys": [
+                "HbcpreUserToken",
+                "HbcpreUserInfo",
+                "HbcpreExchangeActivityData"
+            ],
+            "settings": [
+                {
+                    "id": "HbcpreExchangeItemDataGrabEnabled",
+                    "name": "开启/关闭兑换采集",
+                    "val": false,
+                    "type": "boolean",
+                    "desc": "默认关闭"
+                },
+                {
+                    "id": "HbcpreExchangeActivityId",
+                    "name": "当前兑换Id",
+                    "val": "",
+                    "type": "text",
+                    "desc": "当前兑换Id"
+                },
+                {
+                    "id": "HbcpreExchangeActivityName",
+                    "name": "当前兑换名称",
+                    "val": "",
+                    "type": "text",
+                    "desc": "当前兑换名称"
+                },
+                {
+                    "id": "HbcpreExchangeActivityData",
+                    "name": "活动列表",
+                    "val": "{}",
+                    "autoGrow": false,
+                    "type": "textarea",
+                    "desc": "活动列表"
+                }
+            ]
         }
     ]
 }