加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zcy01.boxjs.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
cheerz 提交于 2020-11-21 11:28 . 更新价格保护
{
"id": "zcy01.app.sub",
"name": "zcy01脚本订阅",
"author": "@zcy01",
"icon": "https://avatars0.githubusercontent.com/u/15939669?s=460&u=54dc80f324bb7339961513959ddd7d8df1c0d0f8&v=4",
"repo": "https://github.com/ZCY01/daily_scripts",
"apps": [
{
"id": "JD_PRICE_PROTECT",
"name": "X东价格保护",
"keys": ["jd_tokens"],
"settings": [
{
"id": "jdPriceProtectNotify",
"name": "静默运行",
"val": false,
"type": "boolean",
"desc": "运行X东价格保护脚本时不发出系统弹窗通知"
},
{
"id": "jd_tokens",
"name": "京东token列表",
"val": "",
"type": "text",
"desc": "token 列表,以@间隔分开"
}
],
"icons": [
"https://raw.githubusercontent.com/ZCY01/img/master/pricev1.png",
"https://raw.githubusercontent.com/ZCY01/img/master/pricev1.png"
],
"author": "@zcy01",
"repo": "https://github.com/ZCY01/daily_scripts",
"script": "https://raw.githubusercontent.com/ZCY01/daily_scripts/main/jd/jd_priceProtect.js"
},
{
"id": "jsz",
"name": "金银手指阅读",
"keys": [
"jszhd1",
"jszhd2",
"jszhd3",
"jszhd4",
"jszhd5"
],
"settings": [
{
"id": "jszstatus",
"name": "当前账号",
"val": "1",
"type": "number",
"desc": "当前抓取ck记录的账号序号,如:1、2、3、4等"
}
],
"repo": "https://github.com/ZCY01/daily_scripts",
"script": "https://raw.githubusercontent.com/ZCY01/daily_scripts/main/jsz.js"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化