shawenguan 1 éve
szülő
commit
8d2ee333ca
3 módosított fájl, 604 hozzáadás és 41 törlés
  1. 134 0
      BoxJsSub/hbcpre.json
  2. 270 41
      Scripts/hbcpre/hbcpreHelper.js
  3. 200 0
      Scripts/hbcpre/hbcpreOrder.js

+ 134 - 0
BoxJsSub/hbcpre.json

@@ -0,0 +1,134 @@
+{
+    "id": "jojo.app.hbcpre",
+    "name": "Hbcpre应用订阅",
+    "description": "关于Hbcpre应用脚本订阅集合",
+    "author": "@JoJo",
+    "icon": "https://avatars.githubusercontent.com/u/16010188",
+    "repo": "http://git.jojo21.top/shawenguan/Quantumult-X",
+    "apps": [
+        {
+            "id": "jojo.hbcpreHelper",
+            "name": "华文数交助手",
+            "author": "@jojo",
+            "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreHelper.js",
+            "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreHelper.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"
+            ],
+            "scripts": [
+                {
+                    "name": "极速下单",
+                    "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js"
+                }
+            ],
+            "keys": [
+                "HbcpreUserToken",
+                "HbcpreUserInfo",
+                "HbcpreCollectionClassList"
+            ],
+            "settings": [
+                {
+                    "id": "HbcpreUserToken",
+                    "name": "用户Token",
+                    "val": "",
+                    "type": "text",
+                    "placeholder": "",
+                    "desc": "授权token"
+                },
+                {
+                    "id": "HbcpreUserInfo",
+                    "name": "用户信息",
+                    "val": "",
+                    "type": "text",
+                    "placeholder": "",
+                    "desc": "授权token"
+                },
+                {
+                    "id": "HbcpreCollectionClassList",
+                    "name": "产品列表",
+                    "val": "[]",
+                    "type": "textarea",
+                    "autoGrow": true,
+                    "placeholder": "",
+                    "desc": "产品列表"
+                }
+            ]
+        },
+        {
+            "id": "jojo.hbcpreOrder",
+            "name": "华文数交下单",
+            "author": "@jojo",
+            "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
+            "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.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",
+                "HbcpreCollectionClassList"
+            ],
+            "settings": [
+                {
+                    "id": "HbcpreCollectionWatchLocked",
+                    "name": "开启/关闭锁定监控产品",
+                    "val": false,
+                    "type": "boolean",
+                    "desc": "默认关闭"
+                },
+                {
+                    "id": "HbcpreCollectionMaxNumLimit",
+                    "name": "开启/关闭检查未支付单数限制",
+                    "val": false,
+                    "type": "boolean",
+                    "desc": "默认关闭"
+                },
+                {
+                    "id": "HbcpreCollectionLockMaxNum",
+                    "name": "最大允许未支付单数",
+                    "val": 6,
+                    "type": "number",
+                    "desc": "最大允许未支付单数"
+                },
+                {
+                    "id": "HbcpreCastingId",
+                    "name": "产品铸造品类ID",
+                    "val": "",
+                    "type": "text",
+                    "desc": "产品铸造品类ID"
+                },
+                {
+                    "id": "HbcpreCollectionName",
+                    "name": "产品名称",
+                    "val": "",
+                    "type": "text",
+                    "desc": "产品名称"
+                },
+                {
+                    "id": "HbcpreOrderLimitPrice",
+                    "name": "捡漏最高价格",
+                    "val": 0,
+                    "type": "text",
+                    "desc": "捡漏最高价格"
+                },
+                {
+                    "id": "HbcpreFloatPriceIntaval",
+                    "name": "价格浮动限制",
+                    "val": 10,
+                    "type": "number",
+                    "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
+                },
+                {
+                    "id": "HbcpreCollectionClassList",
+                    "name": "产品列表",
+                    "val": "[]",
+                    "autoGrow": false,
+                    "type": "textarea",
+                    "desc": "产品列表"
+                }
+            ]
+        }
+    ]
+}

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 270 - 41
Scripts/hbcpre/hbcpreHelper.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 200 - 0
Scripts/hbcpre/hbcpreOrder.js


Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott