{ "id": "anye", "name": "暗夜", "author": "@anyeyey", "icon": "https://raw.githubusercontent.com/anyehttp/quantumult-x/main/ico/AppStore.png", "repo": "https://github.com/anyehttp", "apps": [ { "id": "appPriceChecker", "name": "App Price Checker", "keys": ["app_data_json"], "settings": [ { "id": "app_data_json", "name": "App 数据", "val": "{\"地区\":[], \"名字\":[], \"id\":[], \"购买方式\":[]}", "type": "text", "desc": "在这里添加 App 数据的 JSON 字符串" } ], "script": "https://raw.githubusercontent.com/anyehttp/quantumult-x/main/task/AppStore.js", "author": "@anyeyey", "version": "1.0.0", "desc": "检查 App 价格并发送通知。数据格式AppStore链接中: 地区[\"us\",\"cn\"], 名字[\"surge-5\",\"其他\"], id[1442620678, 1442620678], 购买方式[\"内购\", \"本体\"]", "icons": [ "https://raw.githubusercontent.com/anyehttp/quantumult-x/main/ico/AppStore.png" ] }, { "id": "Steampy", "name": "Steampy监控", "keys": ["Steampy_Cookie","Steampy_name","Steampy_id","Steampy_user_agent","Steampy_Price","Steampy_Price2","Steampy_accessToken","Steampy_purchase","Steampy_notice1","Steampy_notice2","Steampy_sound"], "settings": [ { "id": "Steampy_Cookie", "name": "Steampy_Cookie", "val": "", "type": "text", "desc": "在这里添加Steampy的Cookie" }, { "id": "Steampy_accessToken", "name": "Steampy_accessToken", "val": "", "type": "text", "desc": "在这里添加Steampy的accessToken" }, { "id": "Steampy_user_agent", "name": "Steampy_user_agent", "val": "", "type": "text", "desc": "在这里添加user_agent" }, { "id": "Steampy_name", "name": "Steampy_name", "val": "", "type": "text", "desc": "在这里添加游戏的的名字,多个用&分开" }, { "id": "Steampy_id", "name": "Steampy_id", "val": "", "type": "text", "desc": "在这里添加Steampy的id,多个用&分开" }, { "id": "Steampy_Price", "name": "Steampy自动下单价格", "val": "", "type": "text", "desc": "填下单价格,监控到后立刻下单,可以用#跳过某个游戏的下单操作对应id和名字多个价格用&隔开,不会付款需要打开app或者网页版付款,需打开自动下单开关" }, { "id": "Steampy_Price2", "name": "Steampy自动下单价格浮动", "val": "", "type": "text", "desc": "下单价格浮动多少,比如下单价格是10浮动10就是10到20之间" }, { "id": "Steampy_purchase", "name": "steampy自动下单", "val": false, "type": "boolean", "desc": "默认关闭" }, { "id": "Steampy_notice1", "name": "价格无变化是否通知", "val": false, "type": "boolean", "desc": "默认关闭" }, { "id": "Steampy_notice2", "name": "价格变化是否通知", "val": true, "type": "boolean", "desc": "默认开启" }, { "id": "Steampy_sound", "name": "下单后是否通知带声音", "val": true, "type": "boolean", "desc": "默认开启" } ], "script": "https://raw.githubusercontent.com/anyehttp/quantumult-x/main/task/Steampy.js", "author": "@anyeyey", "version": "1.0.0", "desc": "监控 Steampy cdkey并送通知,多个数据用&分开,Cookie accessToken只需要一个就可以", "icons": [ "https://raw.githubusercontent.com/anyehttp/quantumult-x/main/ico/AppStore.png" ] } ] }