hbcpre.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "id": "jojo.app.hbcpre",
  3. "name": "Hbcpre应用订阅",
  4. "description": "关于Hbcpre应用脚本订阅集合",
  5. "author": "@JoJo",
  6. "icon": "https://avatars.githubusercontent.com/u/16010188",
  7. "repo": "http://git.jojo21.top/shawenguan/Quantumult-X",
  8. "apps": [
  9. {
  10. "id": "jojo.hbcpreHelper",
  11. "name": "华文数交助手",
  12. "author": "@jojo",
  13. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreHelper.js",
  14. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreHelper.js",
  15. "icons": [
  16. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  17. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  18. ],
  19. "scripts": [
  20. {
  21. "name": "极速下单",
  22. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js"
  23. }
  24. ],
  25. "keys": [
  26. "HbcpreUserToken",
  27. "HbcpreUserInfo",
  28. "HbcpreCollectionClassList"
  29. ],
  30. "settings": [
  31. {
  32. "id": "HbcpreUserToken",
  33. "name": "用户Token",
  34. "val": "",
  35. "type": "text",
  36. "placeholder": "",
  37. "desc": "授权token"
  38. },
  39. {
  40. "id": "HbcpreUserInfo",
  41. "name": "用户信息",
  42. "val": "",
  43. "type": "text",
  44. "placeholder": "",
  45. "desc": "授权token"
  46. },
  47. {
  48. "id": "HbcpreCollectionClassList",
  49. "name": "产品列表",
  50. "val": "[]",
  51. "type": "textarea",
  52. "autoGrow": true,
  53. "placeholder": "",
  54. "desc": "产品列表"
  55. }
  56. ]
  57. },
  58. {
  59. "id": "jojo.hbcpreOrder",
  60. "name": "华文数交下单",
  61. "author": "@jojo",
  62. "repo": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  63. "script": "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Scripts/hbcpre/hbcpreOrder.js",
  64. "icons": [
  65. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png",
  66. "https://git.jojo21.top/shawenguan/Quantumult-X/raw/master/Icons/hbcpre.png"
  67. ],
  68. "keys": [
  69. "HbcpreUserToken",
  70. "HbcpreUserInfo",
  71. "HbcpreCollectionClassList"
  72. ],
  73. "settings": [
  74. {
  75. "id": "HbcpreCollectionWatchLocked",
  76. "name": "开启/关闭锁定监控产品",
  77. "val": false,
  78. "type": "boolean",
  79. "desc": "默认关闭"
  80. },
  81. {
  82. "id": "HbcpreCollectionMaxNumLimit",
  83. "name": "开启/关闭检查未支付单数限制",
  84. "val": false,
  85. "type": "boolean",
  86. "desc": "默认关闭"
  87. },
  88. {
  89. "id": "HbcpreCollectionLockMaxNum",
  90. "name": "最大允许未支付单数",
  91. "val": 6,
  92. "type": "number",
  93. "desc": "最大允许未支付单数"
  94. },
  95. {
  96. "id": "HbcpreCastingId",
  97. "name": "产品铸造品类ID",
  98. "val": "",
  99. "type": "text",
  100. "desc": "产品铸造品类ID"
  101. },
  102. {
  103. "id": "HbcpreCollectionName",
  104. "name": "产品名称",
  105. "val": "",
  106. "type": "text",
  107. "desc": "产品名称"
  108. },
  109. {
  110. "id": "HbcpreOrderLimitPrice",
  111. "name": "捡漏最高价格",
  112. "val": 0,
  113. "type": "text",
  114. "desc": "捡漏最高价格"
  115. },
  116. {
  117. "id": "HbcpreFloatPriceIntaval",
  118. "name": "价格浮动限制",
  119. "val": 10,
  120. "type": "number",
  121. "desc": "价格浮动限制,当浏览刷新的最低价格跟预设价格差值大于此值则修正为最低价"
  122. },
  123. {
  124. "id": "HbcpreCollectionClassList",
  125. "name": "产品列表",
  126. "val": "[]",
  127. "autoGrow": false,
  128. "type": "textarea",
  129. "desc": "产品列表"
  130. }
  131. ]
  132. }
  133. ]
  134. }