fuli.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  1. {
  2. "id": "yuheng.app.sub",
  3. "name": "yuheng 脚本订阅",
  4. "author": "@yuheng",
  5. "icon": "https://avatars.githubusercontent.com/u/50571734?s=460&u=808616a26243d457cae2e41ffa728895e1e5ed4b&v=4",
  6. "repo": "https://github.com/Yuheng0101/X",
  7. "apps": [
  8. {
  9. "id": "yuheng.moyu",
  10. "name": "摸鱼",
  11. "descs_html": [
  12. "<p style='margin-left:20px;'>添加自定义节日参考配置: </p>",
  13. "<p style='margin-left:20px;'><节日1>&<节日2>&节日名称:(YYYY年)?MM月DD日($农历)($阳历)?&...</p>",
  14. "<p style='margin-left:20px;'>例子: </p>",
  15. "<p style='margin-left:20px;'><元宵节>&<清明节>&<劳动节>&<端午节>&<中秋节>&<国庆节>&<元旦>&<春节>&老婆农历阳历生日:3月14日$农历$阳历&老婆阳历农历生日:3月14日$阳历$农历&老婆农历生日:3月14日$农历&老婆带阳历生日:3月14日$阳历&老婆阳历生日:3月14日",
  16. "<p style='margin-left:20px;color:#ff0000;font-weight:900;font-size:30px;'>不懂请不要乱动! </p>"
  17. ],
  18. "keys": [
  19. "moyu_notify_with_media",
  20. "moyu_debug",
  21. "moyu_show_another_date",
  22. "moyu_show_almanac",
  23. "moyu_custom_notify_img",
  24. "moyu_remind_days",
  25. "moyu_festival_conf"
  26. ],
  27. "settings": [
  28. {
  29. "id": "moyu_notify_with_media",
  30. "name": "是否通知带图片",
  31. "val": true,
  32. "type": "boolean",
  33. "desc": ""
  34. },
  35. {
  36. "id": "moyu_debug",
  37. "name": "是否开启调试模式",
  38. "val": false,
  39. "type": "boolean",
  40. "desc": ""
  41. },
  42. {
  43. "id": "moyu_show_another_date",
  44. "name": "当传入日期为阳历时, 是否展示农历, 当传入阴历时, 是否展示阳历",
  45. "val": false,
  46. "type": "boolean",
  47. "desc": "比如老婆生日:3月15日, 如果勾选, 通知时会带上距离农历还有xx天"
  48. },
  49. {
  50. "id": "moyu_show_almanac",
  51. "name": "是否展示黄历",
  52. "val": true,
  53. "type": "boolean",
  54. "desc": "顾名思义"
  55. },
  56. {
  57. "id": "moyu_custom_notify_img",
  58. "name": "🔗通知图片(链接)",
  59. "val": null,
  60. "type": "textarea",
  61. "rows": 5,
  62. "desc": "不填随机选择"
  63. },
  64. {
  65. "id": "moyu_remind_days",
  66. "name": "距离多少天提醒",
  67. "val": 100,
  68. "type": "text",
  69. "rows": 1,
  70. "desc": "比如默认100天, 超过100天的节日不通知"
  71. },
  72. {
  73. "id": "moyu_festival_conf",
  74. "name": "节日配置",
  75. "val": "<元宵节>&<清明节>&<劳动节>&<端午节>&<中秋节>&<国庆节>&<元旦>&<春节>",
  76. "type": "textarea",
  77. "rows": 10,
  78. "desc": "自定义规范: <节日1>&<节日2>&节日名称:(YYYY年)?MM月DD日($农历)($阳历)?&..."
  79. }
  80. ],
  81. "author": "@yuheng",
  82. "repo": "https://github.com/Yuheng0101/X",
  83. "icons": [
  84. "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/67/04/ff/6704ff4c-b49b-de91-70ac-201c62d5296f/AppIcon-0-0-1x_U007emarketing-0-0-0-5-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/144x144bb.png",
  85. "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/67/04/ff/6704ff4c-b49b-de91-70ac-201c62d5296f/AppIcon-0-0-1x_U007emarketing-0-0-0-5-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/144x144bb.png"
  86. ],
  87. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/moyu.js"
  88. },
  89. {
  90. "id": "yuheng.imaotai",
  91. "name": "i茅台预约",
  92. "descs_html": [
  93. "<p style='margin-left:20px;margin-top:20px;color:#f1c40f;'>已适配多账号, 多参数使用&进行隔开, 或自定义</p>",
  94. "<p style='margin-left:20px;margin-top:20px;color:#ff0000;'>请注意如果不配置,默认选择填写的作为预约参数,如你抓取2个或多个账号,实则下方参数只配置了一个,所有账号都按此配置进行预约</p>",
  95. "<p style='margin-left:20px;margin-top:20px;color:#ecf0f1;'>如(是否选择投放量最大门店): true&false</p>",
  96. "<p style='margin-left:20px;margin-top:20px;color:#ecf0f1;'>如(是否开启茅运[茅运不足100请填false]): true&false</p>",
  97. "<p style='margin-left:20px;margin-top:20px;color:#ecf0f1;'>如(省份配置): 贵州省&浙江省&...</p>",
  98. "<p style='margin-left:20px;margin-top:20px;color:#ecf0f1;'>如(城市配置): 贵阳市&温州市&...</p>",
  99. "<p style='margin-left:20px;margin-top:20px;color:#ecf0f1;'>如(预约项配置): 10941,10942&10941&...</p>",
  100. "<p style='margin-left:20px;margin-top:20px;color:#ecf0f1;'>如(详细地址): 贵阳市南明区花果园&xxxxx&...</p>",
  101. "<p style='margin-left:20px;margin-top:20px;color:#ecf0f1;'>如(经纬度): 106.713478,26.573743&xxxxx&...</p>",
  102. "<p style='margin-left:20px;margin-top:20px;color:#ff0000;'>账号配置请与ck长度保持一致, 亦或只填写一个</p>",
  103. "<p style='margin-left:20px;margin-top:20px;color:#9b59b6;'>多说一句,经纬度你知道就填,不知道只填详细地址就好,经纬度优先级高于地址,如果填写经纬度,详细地址的作用将失效</p>"
  104. ],
  105. "keys": [
  106. "imaotai_split",
  107. "imaotai_params",
  108. "imaotai__config__islarge",
  109. "imaotai__config__istravel",
  110. "imaotai__config__province",
  111. "imaotai__config__city",
  112. "imaotai__config__itemcode",
  113. "imaotai__config__address",
  114. "imaotai__config__location"
  115. ],
  116. "settings": [
  117. {
  118. "id": "imaotai_split",
  119. "name": "多账号分隔符, 默认即可",
  120. "val": "&",
  121. "type": "text",
  122. "desc": ""
  123. },
  124. {
  125. "id": "imaotai__config__islarge",
  126. "name": "预约方式, 最大投放量[true], 最近[false], 默认false",
  127. "val": "false",
  128. "type": "text",
  129. "desc": ""
  130. },
  131. {
  132. "id": "imaotai__config__istravel",
  133. "name": "是否开启茅运旅行, 开启[true], 关闭[false], 默认false",
  134. "val": "false",
  135. "type": "text",
  136. "desc": ""
  137. },
  138. {
  139. "id": "imaotai__config__province",
  140. "name": "*省份名称, 如: 贵州省",
  141. "val": null,
  142. "type": "text",
  143. "rows": 1,
  144. "desc": "必填"
  145. },
  146. {
  147. "id": "imaotai__config__city",
  148. "name": "*城市名称, 如: 贵阳市",
  149. "val": null,
  150. "type": "text",
  151. "rows": 1,
  152. "desc": "必填"
  153. },
  154. {
  155. "id": "imaotai__config__itemcode",
  156. "name": "*预约项",
  157. "val": "10941,10942",
  158. "type": "text",
  159. "rows": 1,
  160. "desc": "多品逗号隔开,需要预约的项目{'10941': '500ml贵州茅台酒(甲辰龙年)', '2478': '贵州茅台酒(珍品)','10942': '375ml×2贵州茅台酒(甲辰龙年)','10056': '53%vol 500ml 茅台1935'}"
  161. },
  162. {
  163. "id": "imaotai__config__address",
  164. "name": "当前位置(与经纬度二选一, 建议填写地址)",
  165. "val": null,
  166. "type": "text",
  167. "rows": 1,
  168. "desc": "尽量具体, 比如: 山东省济南市齐鲁软件园, 精确到标志性建筑物"
  169. },
  170. {
  171. "id": "imaotai__config__location",
  172. "name": "(选填)当前经纬度",
  173. "val": null,
  174. "type": "text",
  175. "rows": 1,
  176. "desc": "注意经度在前, 纬度在后, 例如: 117.119999,36.651216,不填根据当前位置获取"
  177. }
  178. ],
  179. "author": "@yuheng",
  180. "repo": "https://github.com/Yuheng0101/X",
  181. "icons": [
  182. "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/ae/f4/18/aef41811-955e-e6b0-5d23-6763c2eef1ab/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/144x144.png",
  183. "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/ae/f4/18/aef41811-955e-e6b0-5d23-6763c2eef1ab/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/144x144.png"
  184. ],
  185. "script": ""
  186. },
  187. {
  188. "id": "yuheng.95598.web",
  189. "name": "网上国网",
  190. "descs_html": [
  191. "<a target='_blank' href='https://github.com/Yuheng0101/X/tree/main/Tasks/95598'>README.md</a>"
  192. ],
  193. "keys": [
  194. "95598_log_debug",
  195. "95598_recent_elc_fee",
  196. "95598_notify_type",
  197. "95598_username",
  198. "95598_password",
  199. "95598_bizrt",
  200. "95598_bindInfo"
  201. ],
  202. "settings": [
  203. {
  204. "id": "95598_log_debug",
  205. "name": "是否输出日志",
  206. "val": false,
  207. "type": "boolean",
  208. "desc": ""
  209. },
  210. {
  211. "id": "95598_recent_elc_fee",
  212. "name": "是否查看近期用电量",
  213. "val": false,
  214. "type": "boolean",
  215. "desc": ""
  216. },
  217. {
  218. "id": "95598_notify_type",
  219. "name": "是否通知全部绑定户号",
  220. "val": false,
  221. "type": "boolean",
  222. "desc": ""
  223. },
  224. {
  225. "id": "95598_username",
  226. "name": "账号",
  227. "val": null,
  228. "type": "text",
  229. "rows": 1,
  230. "desc": "手机号"
  231. },
  232. {
  233. "id": "95598_password",
  234. "name": "密码",
  235. "val": null,
  236. "type": "text",
  237. "rows": 1,
  238. "desc": ""
  239. }
  240. ],
  241. "author": "@yuheng",
  242. "repo": "https://github.com/Yuheng0101/X",
  243. "icons": [
  244. "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/83/d8/8a/83d88a92-5a4d-7a2f-118c-80d795e7a9f6/AppIcon-0-0-1x_U007emarketing-0-5-0-0-sRGB-85-220.png/144x144.png",
  245. "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/83/d8/8a/83d88a92-5a4d-7a2f-118c-80d795e7a9f6/AppIcon-0-0-1x_U007emarketing-0-5-0-0-sRGB-85-220.png/144x144.png"
  246. ],
  247. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/95598/95598.js"
  248. },
  249. {
  250. "id": "yuheng.wsgw",
  251. "name": "网上国网小程序",
  252. "descs_html": [
  253. "<a style='margin-left:20px;color:#686de0;' target='_blank' href='https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/95598/95598.weapp.js'>README.md👈相关配置请点击</a>",
  254. "<p style='margin-top:20px;margin-left:20px;color:#eb4d4b;'>本脚本仅提供查询服务, 不牵扯签到相关</p>",
  255. "<p style='margin-left:20px;color:#ff7979;'>1.微信小程序搜索 网上国网 ,打开并登录(请提前绑定户号)</p>",
  256. "<p style='margin-left:20px;color:#60a3bc;'>2.代理工具添加重写和Cron脚本</p>",
  257. "<p style='margin-left:20px;color:#f0932b;'>3.回到小程序重新进入, 提示获取数据成功即可使用该脚本</p>",
  258. "<p style='margin-left:20px;color:#38ada9;'>4.回到代理工具执行Cron脚本, 即可查看相关结果</p>"
  259. ],
  260. "keys": ["wsgw_debug", "wsgw_openid", "wsgw_token", "wsgw_auth"],
  261. "settings": [
  262. {
  263. "id": "wsgw_debug",
  264. "name": "是否查看数据日志",
  265. "val": "false",
  266. "type": "boolean",
  267. "desc": ""
  268. },
  269. {
  270. "id": "wsgw_openid",
  271. "name": "用户标识",
  272. "val": null,
  273. "type": "text",
  274. "rows": 1,
  275. "desc": ""
  276. },
  277. {
  278. "id": "wsgw_token",
  279. "name": "用户凭证",
  280. "val": null,
  281. "type": "text",
  282. "rows": 1,
  283. "desc": ""
  284. },
  285. {
  286. "id": "wsgw_auth",
  287. "name": "登录凭证",
  288. "val": null,
  289. "type": "textarea",
  290. "rows": 5,
  291. "desc": ""
  292. }
  293. ],
  294. "author": "@yuheng",
  295. "repo": "https://github.com/Yuheng0101/X",
  296. "icons": [
  297. "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/83/d8/8a/83d88a92-5a4d-7a2f-118c-80d795e7a9f6/AppIcon-0-0-1x_U007emarketing-0-5-0-0-sRGB-85-220.png/144x144.png",
  298. "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/83/d8/8a/83d88a92-5a4d-7a2f-118c-80d795e7a9f6/AppIcon-0-0-1x_U007emarketing-0-5-0-0-sRGB-85-220.png/144x144.png"
  299. ],
  300. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/95598/95598.weapp.js"
  301. },
  302. {
  303. "id": "yuheng.1024",
  304. "name": "某榴最新技術推送",
  305. "descs_html": [
  306. "<a target='_blank' href='https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/1024.js'>跳转脚本</a>"
  307. ],
  308. "keys": ["1024_israndom"],
  309. "settings": [
  310. {
  311. "id": "1024_israndom",
  312. "name": "是否随机推贴",
  313. "val": false,
  314. "type": "boolean",
  315. "desc": ""
  316. }
  317. ],
  318. "author": "@yuheng",
  319. "repo": "https://github.com/Yuheng0101/X",
  320. "icons": [
  321. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/1024.png",
  322. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/1024.png"
  323. ],
  324. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/1024.js"
  325. },
  326. {
  327. "id": "yuheng.hlbdy",
  328. "name": "最新黑料",
  329. "descs_html": [
  330. "<a target='_blank' href='https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/hlbdy.js'>跳转脚本</a>"
  331. ],
  332. "keys": [
  333. "hlbdy_notify_with_media",
  334. "hlbdy_debug",
  335. "hlbdy_type",
  336. "hlbdy_notify_type"
  337. ],
  338. "settings": [
  339. {
  340. "id": "hlbdy_notify_type",
  341. "name": "通知类型",
  342. "val": "0",
  343. "type": "radios",
  344. "desc": "默认组合通知(没有媒体通知), Surge用户建议使用单独通知",
  345. "items": [
  346. {
  347. "key": "0",
  348. "label": "组合通知"
  349. },
  350. {
  351. "key": "1",
  352. "label": "单独通知"
  353. }
  354. ]
  355. },
  356. {
  357. "id": "hlbdy_notify_with_media",
  358. "name": "是否开启媒体通知",
  359. "val": true,
  360. "type": "boolean",
  361. "desc": "iOS16.5.x~iOS16.7.x用户请关闭该选项, 默认开启"
  362. },
  363. {
  364. "id": "hlbdy_debug",
  365. "name": "是否开启调试模式",
  366. "val": false,
  367. "type": "boolean",
  368. "desc": "默认关闭"
  369. },
  370. {
  371. "id": "hlbdy_type",
  372. "name": "是否开启媒体通知",
  373. "val": "最新黑料",
  374. "type": "radios",
  375. "desc": "默认最新黑料",
  376. "items": [
  377. {
  378. "key": "最新黑料",
  379. "label": "最新黑料"
  380. },
  381. {
  382. "key": "今日黑料",
  383. "label": "今日黑料"
  384. },
  385. {
  386. "key": "今日热搜",
  387. "label": "今日热搜"
  388. },
  389. {
  390. "key": "热门大瓜",
  391. "label": "热门大瓜"
  392. },
  393. {
  394. "key": "每日TOP10",
  395. "label": "每日TOP10"
  396. },
  397. {
  398. "key": "网红乱象",
  399. "label": "网红乱象"
  400. },
  401. {
  402. "key": "原创社区",
  403. "label": "原创社区"
  404. },
  405. {
  406. "key": "独家爆料",
  407. "label": "独家爆料"
  408. }
  409. ]
  410. }
  411. ],
  412. "author": "@yuheng",
  413. "repo": "https://github.com/Yuheng0101/X",
  414. "icons": [
  415. "https://raw.githubusercontent.com/Toperlock/Quantumult/main/icon/heiliao.png",
  416. "https://raw.githubusercontent.com/Toperlock/Quantumult/main/icon/heiliao.png"
  417. ],
  418. "script": "http://192.168.68.169:5501/NewProject/Task/%E9%BB%91%E6%96%99%E4%B8%8D%E6%89%93%E7%83%8A/hlbdy.js"
  419. },
  420. {
  421. "id": "yuheng.xsy",
  422. "name": "小爽音刷邀请",
  423. "descs_html": [
  424. "<a target='_blank' href='https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/xsy.js'>跳转脚本</a>"
  425. ],
  426. "keys": ["xsy_invitecode", "xsy_looptimes"],
  427. "settings": [
  428. {
  429. "id": "xsy_invitecode",
  430. "name": "邀请码",
  431. "val": null,
  432. "type": "text",
  433. "desc": ""
  434. },
  435. {
  436. "id": "xsy_looptimes",
  437. "name": "邀请次数",
  438. "val": 1,
  439. "type": "text",
  440. "desc": ""
  441. }
  442. ],
  443. "author": "@yuheng",
  444. "repo": "https://github.com/Yuheng0101/X",
  445. "icons": [
  446. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/xsy.png",
  447. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/xsy.png"
  448. ],
  449. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/xsy.js"
  450. },
  451. {
  452. "id": "yuheng.qinglong",
  453. "name": "青龙面板",
  454. "descs_html": [
  455. "<p style='line-height: 24px;padding-top:20px;'>1.配置面板前务必检查抛出的api是否有读写环境变量权限.</p>",
  456. "<p style='line-height: 24px;'>2.配置完成点击右上角运行按钮测试连接是否成功.</p>"
  457. ],
  458. "keys": [
  459. "yuheng_ql_host",
  460. "yuheng_ql_clientid",
  461. "yuheng_ql_clientsecret",
  462. "yuheng_ql_token"
  463. ],
  464. "settings": [
  465. {
  466. "id": "yuheng_ql_host",
  467. "name": "青龙地址(http://127.0.0.1:5700/)",
  468. "val": null,
  469. "type": "text",
  470. "desc": ""
  471. },
  472. {
  473. "id": "yuheng_ql_clientid",
  474. "name": "CLIENT_ID",
  475. "val": null,
  476. "type": "text",
  477. "desc": ""
  478. },
  479. {
  480. "id": "yuheng_ql_clientsecret",
  481. "name": "CLIENT_SECRET",
  482. "val": null,
  483. "type": "text",
  484. "desc": ""
  485. }
  486. ],
  487. "author": "@yuheng",
  488. "repo": "https://github.com/Yuheng0101/X",
  489. "icons": [
  490. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/ql.png",
  491. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/ql.png"
  492. ],
  493. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/ql.js"
  494. },
  495. {
  496. "id": "yuheng.60s",
  497. "name": "每天60秒读懂世界",
  498. "descs_html": [
  499. "<a target='_blank' href='https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/60s.js'>跳转脚本</a>"
  500. ],
  501. "keys": [],
  502. "settings": [],
  503. "author": "@yuheng",
  504. "repo": "https://github.com/Yuheng0101/X",
  505. "icons": [
  506. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/60s.png",
  507. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/60s.png"
  508. ],
  509. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/60s.js"
  510. },
  511. {
  512. "id": "yuheng.top",
  513. "name": "热搜聚合",
  514. "descs_html": [
  515. "<p></p>",
  516. "<p>weibo ==> 微博</p>",
  517. "<p>zhihu ==> 知乎</p>",
  518. "<p>toutiao ==> 头条</p>",
  519. "<p>douyin ==> 抖音</p>",
  520. "<p>baidu ==> 百度</p>",
  521. "<p>tieba ==> 贴吧</p>",
  522. "<p>bilibili ==> 哔哩哔哩</p>",
  523. "<h2 style='color: #00ff00;'>填写前方标识</h2>",
  524. "<h2 style='color: #ff0000;margin-top:20px;'>不是中文 ❗</h2>",
  525. "<h2 style='color: #ff0000;margin-top:20px;'>不是中文 ❗</h2>",
  526. "<h2 style='color: #ff0000;margin:20px 0;'>不是中文 ❗</h2>",
  527. "<a target='_blank' href='https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/top.js'>跳转脚本</a>"
  528. ],
  529. "keys": ["top_user_select"],
  530. "settings": [
  531. {
  532. "id": "top_user_select",
  533. "name": "手动选择通知类型",
  534. "val": null,
  535. "type": "text",
  536. "desc": ""
  537. }
  538. ],
  539. "author": "@yuheng",
  540. "repo": "https://github.com/Yuheng0101/X",
  541. "icons": [
  542. "https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/9a/d8/77/9ad877c6-e3d7-61a1-3911-5036239a41a6/AppIcon-1x_U007emarketing-0-7-0-0-sRGB-85-220.png/144x144bb.png",
  543. "https://is3-ssl.mzstatic.com/image/thumb/Purple126/v4/9a/d8/77/9ad877c6-e3d7-61a1-3911-5036239a41a6/AppIcon-1x_U007emarketing-0-7-0-0-sRGB-85-220.png/144x144bb.png"
  544. ],
  545. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/top.js"
  546. },
  547. {
  548. "id": "yuheng.eshop",
  549. "name": "Eshop打折监控",
  550. "descs_html": [
  551. "<a target='_blank' href='https://github.com/Yuheng0101/X/tree/main/Tasks/eshop'>【README.md】</a>"
  552. ],
  553. "keys": ["eshop_followedList", "eshop_isClear"],
  554. "settings": [
  555. {
  556. "id": "eshop_followedList",
  557. "name": "关注游戏列表",
  558. "val": null,
  559. "type": "text",
  560. "desc": ""
  561. },
  562. {
  563. "id": "eshop_isClear",
  564. "name": "是否清理缓存",
  565. "val": false,
  566. "type": "boolean",
  567. "desc": ""
  568. }
  569. ],
  570. "author": "@yuheng",
  571. "repo": "https://github.com/Yuheng0101/X",
  572. "icons": [
  573. "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/71/e3/98/71e39886-3a94-fb5d-e15b-45beadd64ac0/AppIcon-1x_U007emarketing-0-5-0-85-220.jpeg/144x144.png",
  574. "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/71/e3/98/71e39886-3a94-fb5d-e15b-45beadd64ac0/AppIcon-1x_U007emarketing-0-5-0-85-220.jpeg/144x144.png"
  575. ],
  576. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/eshop/eshop.js"
  577. },
  578. {
  579. "id": "yuheng.bdyy",
  580. "name": "波点音乐自动签到",
  581. "descs_html": [
  582. "<a target='_blank' href='https://github.com/Yuheng0101/X/tree/main/Tasks/Bdyy'>【README.md】</a>"
  583. ],
  584. "keys": ["bdyy_account"],
  585. "settings": [
  586. {
  587. "id": "bdyy_account",
  588. "name": "账号",
  589. "val": null,
  590. "type": "text",
  591. "desc": ""
  592. }
  593. ],
  594. "author": "@yuheng",
  595. "repo": "https://github.com/Yuheng0101/X",
  596. "icons": [
  597. "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/05/b9/57/05b9577c-3773-cd2b-5a99-49c0dc3f331d/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/144x144.png",
  598. "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/05/b9/57/05b9577c-3773-cd2b-5a99-49c0dc3f331d/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/144x144.png"
  599. ],
  600. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/Bdyy/bdyy.js"
  601. },
  602. {
  603. "id": "yuheng.huluwa",
  604. "name": "葫芦娃预约",
  605. "descs_html": [
  606. "<p style='margin-left:20px;margin-top:20px;'>多账号配置参考:手机号1:ck1&手机号2:ck2...</p>"
  607. ],
  608. "keys": [
  609. "huluwa_split",
  610. "xlth_cookies",
  611. "glyp_cookies",
  612. "kglg_cookies",
  613. "hlqg_cookies",
  614. "zhcs_cookies",
  615. "gyqp_cookies",
  616. "llsc_cookies",
  617. "ylqx_cookies"
  618. ],
  619. "settings": [
  620. {
  621. "id": "huluwa_split",
  622. "name": "多账号分隔符",
  623. "val": "&",
  624. "type": "text",
  625. "desc": ""
  626. },
  627. {
  628. "id": "xlth_cookies",
  629. "name": "新联惠购",
  630. "val": null,
  631. "type": "textarea",
  632. "rows": 5,
  633. "desc": ""
  634. },
  635. {
  636. "id": "glyp_cookies",
  637. "name": "贵旅优品",
  638. "val": null,
  639. "type": "textarea",
  640. "rows": 5,
  641. "desc": ""
  642. },
  643. {
  644. "id": "kglg_cookies",
  645. "name": "空港乐购",
  646. "val": null,
  647. "type": "textarea",
  648. "rows": 5,
  649. "desc": ""
  650. },
  651. {
  652. "id": "hlqg_cookies",
  653. "name": "航旅黔购",
  654. "val": null,
  655. "type": "textarea",
  656. "rows": 5,
  657. "desc": ""
  658. },
  659. {
  660. "id": "zhcs_cookies",
  661. "name": "遵航出山",
  662. "val": null,
  663. "type": "textarea",
  664. "rows": 5,
  665. "desc": ""
  666. },
  667. {
  668. "id": "gyqp_cookies",
  669. "name": "贵盐黔品",
  670. "val": null,
  671. "type": "textarea",
  672. "rows": 5,
  673. "desc": ""
  674. },
  675. {
  676. "id": "llsc_cookies",
  677. "name": "乐旅商城",
  678. "val": null,
  679. "type": "textarea",
  680. "rows": 5,
  681. "desc": ""
  682. },
  683. {
  684. "id": "ylqx_cookies",
  685. "name": "驿路黔寻",
  686. "val": null,
  687. "type": "textarea",
  688. "rows": 5,
  689. "desc": ""
  690. }
  691. ],
  692. "author": "@yuheng",
  693. "repo": "https://github.com/Yuheng0101/X",
  694. "icons": [
  695. "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/70/a4/56/70a456c9-4df9-3bdb-03b6-ecf99f13e7c1/AppIcon-1x_U007epad-0-10-0-85-220.png/144x144bb.png",
  696. "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/70/a4/56/70a456c9-4df9-3bdb-03b6-ecf99f13e7c1/AppIcon-1x_U007epad-0-10-0-85-220.png/144x144bb.png"
  697. ],
  698. "script": ""
  699. },
  700. {
  701. "id": "yuheng.cache",
  702. "name": "第三方库缓存查看",
  703. "descs_html": [
  704. "<p style='margin-left:20px;margin-top:20px;'>查看依赖包, 无需操作</p>"
  705. ],
  706. "keys": [
  707. "CryptoJS.js",
  708. "JSEncrypt.js",
  709. "cheerio.js",
  710. "Buffer.js",
  711. "dayjs.js",
  712. "crypto.js",
  713. "iconv.js"
  714. ],
  715. "settings": [
  716. {
  717. "id": "CryptoJS.js",
  718. "name": "CryptoJS",
  719. "val": null,
  720. "type": "textarea",
  721. "rows": 5,
  722. "desc": ""
  723. },
  724. {
  725. "id": "JSEncrypt.js",
  726. "name": "JSEncrypt",
  727. "val": null,
  728. "type": "textarea",
  729. "rows": 5,
  730. "desc": ""
  731. },
  732. {
  733. "id": "cheerio.js",
  734. "name": "cheerio",
  735. "val": null,
  736. "type": "textarea",
  737. "rows": 5,
  738. "desc": ""
  739. },
  740. {
  741. "id": "Buffer.js",
  742. "name": "Buffer",
  743. "val": null,
  744. "type": "textarea",
  745. "rows": 5,
  746. "desc": ""
  747. },
  748. {
  749. "id": "dayjs.js",
  750. "name": "dayjs",
  751. "val": null,
  752. "type": "textarea",
  753. "rows": 5,
  754. "desc": ""
  755. },
  756. {
  757. "id": "crypto.js",
  758. "name": "crypto",
  759. "val": null,
  760. "type": "textarea",
  761. "rows": 5,
  762. "desc": ""
  763. },
  764. {
  765. "id": "iconv.js",
  766. "name": "iconv-lite",
  767. "val": null,
  768. "type": "textarea",
  769. "rows": 5,
  770. "desc": ""
  771. }
  772. ],
  773. "author": "@yuheng",
  774. "repo": "https://github.com/Yuheng0101/X",
  775. "icons": [
  776. "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/0d/31/0b/0d310b25-aa91-99c5-b23b-af1e8753c4d0/AppIcon-0-1x_U007emarketing-0-7-0-85-220.png/144x144.png",
  777. "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/0d/31/0b/0d310b25-aa91-99c5-b23b-af1e8753c4d0/AppIcon-0-1x_U007emarketing-0-7-0-85-220.png/144x144.png"
  778. ],
  779. "script": ""
  780. },
  781. {
  782. "id": "yuheng.testflight.autoJoin",
  783. "name": "TestFlight公测自动加入",
  784. "descs_html": [
  785. "<p style='margin-left:20px;color:#3498db;'>@mutu佬授权后修改脚本适配其他代理工具</p>",
  786. "<a style='margin-left:20px;color:#ff0000;' target='_blank' href='https://raw.githubusercontent.com/githubdulong/Script/master/Auto_join_TF.js'>原脚本</a>"
  787. ],
  788. "keys": [
  789. "tf_key",
  790. "tf_session_id",
  791. "tf_session_digest",
  792. "tf_request_id",
  793. "tf_app_ids",
  794. "tf_loon_count",
  795. "tf_interval"
  796. ],
  797. "settings": [
  798. {
  799. "id": "tf_app_ids",
  800. "name": "监控的应用ID",
  801. "val": null,
  802. "type": "textarea",
  803. "rows": 5,
  804. "desc": "#后代表加入的状态, 0为未加入, 1为已加入"
  805. },
  806. {
  807. "id": "tf_loon_count",
  808. "name": "并发数",
  809. "val": 1,
  810. "type": "text",
  811. "desc": ""
  812. },
  813. {
  814. "id": "tf_interval",
  815. "name": "间隔时间(单位: 秒)",
  816. "val": 0,
  817. "type": "text",
  818. "desc": ""
  819. },
  820. {
  821. "id": "tf_key",
  822. "name": "key",
  823. "val": null,
  824. "type": "text",
  825. "desc": ""
  826. },
  827. {
  828. "id": "tf_session_id",
  829. "name": "session_id",
  830. "val": null,
  831. "type": "text",
  832. "desc": ""
  833. },
  834. {
  835. "id": "tf_session_digest",
  836. "name": "session_digest",
  837. "val": null,
  838. "type": "text",
  839. "desc": ""
  840. },
  841. {
  842. "id": "tf_request_id",
  843. "name": "request_id",
  844. "val": null,
  845. "type": "text",
  846. "desc": ""
  847. }
  848. ],
  849. "author": "@yuheng",
  850. "repo": "https://github.com/Yuheng0101/X",
  851. "icons": [
  852. "https://raw.githubusercontent.com/githubdulong/Script/master/Images/testflight.png",
  853. "https://raw.githubusercontent.com/githubdulong/Script/master/Images/testflight.png"
  854. ],
  855. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/AutoJoinTF.js"
  856. },
  857. {
  858. "id": "yuheng.4ksj",
  859. "name": "4K世界自动签到",
  860. "descs_html": [
  861. "<p style='color:#3498db;text-align:center;'>说明请查看脚本注释👇</p>",
  862. "<a style='color:#686de0;display:block;text-align:center;' target='_blank' href='https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/4ksj.js'>脚本链接</a>"
  863. ],
  864. "keys": [
  865. "4k_wrold_debug",
  866. "4k_world_split_char",
  867. "4k_world_accounts",
  868. "4k_world_passwords",
  869. "4k_world_cookies"
  870. ],
  871. "settings": [
  872. {
  873. "id": "4k_wrold_debug",
  874. "name": "是否开启调试模式",
  875. "val": false,
  876. "type": "boolean",
  877. "desc": ""
  878. },
  879. {
  880. "id": "4k_world_split_char",
  881. "name": "多账号分隔符, 默认即可",
  882. "val": "&",
  883. "type": "text",
  884. "desc": ""
  885. },
  886. {
  887. "id": "4k_world_accounts",
  888. "name": "登录账号",
  889. "val": null,
  890. "type": "text",
  891. "desc": ""
  892. },
  893. {
  894. "id": "4k_world_passwords",
  895. "name": "登录密码",
  896. "val": null,
  897. "type": "text",
  898. "desc": ""
  899. },
  900. {
  901. "id": "4k_world_cookies",
  902. "name": "用户 COOKIE",
  903. "val": null,
  904. "type": "text",
  905. "desc": ""
  906. }
  907. ],
  908. "author": "@yuheng",
  909. "repo": "https://github.com/Yuheng0101/X",
  910. "icons": [
  911. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/4ksj.png",
  912. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/4ksj.png"
  913. ],
  914. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/4ksj.js"
  915. },
  916. {
  917. "id": "yuheng.javday",
  918. "name": "𝐉𝐀𝐕𝐃𝐚𝐲每日推荐",
  919. "descs_html": [
  920. "<p style='color:#3498db;text-align:center;'>说明请查看脚本注释👇</p>",
  921. "<a style='color:#686de0;display:block;text-align:center;' target='_blank' href='https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/javday.js'>脚本链接</a>"
  922. ],
  923. "keys": ["javday_wrold_debug", "javday_type", "javday_item_type"],
  924. "settings": [
  925. {
  926. "id": "javday_wrold_debug",
  927. "name": "是否开启调试模式",
  928. "val": false,
  929. "type": "boolean",
  930. "desc": ""
  931. },
  932. {
  933. "id": "javday_type",
  934. "name": "推荐类型",
  935. "val": "人氣系列",
  936. "type": "radios",
  937. "desc": "选择需要通知的类型, 默认'人氣系列'",
  938. "items": [
  939. {
  940. "key": "最新更新",
  941. "label": "最新更新"
  942. },
  943. {
  944. "key": "人氣系列",
  945. "label": "人氣系列"
  946. },
  947. {
  948. "key": "新作上市",
  949. "label": "新作上市"
  950. },
  951. {
  952. "key": "國產AV",
  953. "label": "國產AV"
  954. },
  955. {
  956. "key": "糖心VLOG",
  957. "label": "糖心VLOG"
  958. },
  959. {
  960. "key": "蘿莉社",
  961. "label": "蘿莉社"
  962. }
  963. ]
  964. },
  965. {
  966. "id": "javday_item_type",
  967. "name": "选择类型",
  968. "val": "随机",
  969. "type": "radios",
  970. "desc": "选择推送类型, 默认'随机'",
  971. "items": [
  972. {
  973. "key": "最新",
  974. "label": "最新"
  975. },
  976. {
  977. "key": "随机",
  978. "label": "随机"
  979. }
  980. ]
  981. }
  982. ],
  983. "author": "@yuheng",
  984. "repo": "https://github.com/Yuheng0101/X",
  985. "icons": [
  986. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/javday.png",
  987. "https://raw.githubusercontent.com/Yuheng0101/X/main/Assets/javday.png"
  988. ],
  989. "script": "https://raw.githubusercontent.com/Yuheng0101/X/main/Tasks/javday.js"
  990. }
  991. ]
  992. }