2021-04-19 13:12:21 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.app.sub",
|
|
|
|
|
"name": "blackmatrix7 应用订阅",
|
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"icon": "https://avatars.githubusercontent.com/u/27717518?v=4",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script",
|
|
|
|
|
"apps": [
|
2022-09-14 23:17:52 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.magicjs",
|
|
|
|
|
"name": "MagicJS",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"keys": [
|
|
|
|
|
"magic_test_data",
|
|
|
|
|
"magic_test_notification",
|
|
|
|
|
"magic_test_http",
|
|
|
|
|
"magic_test_qinglong",
|
|
|
|
|
"magic_test_qinglong_data"
|
|
|
|
|
],
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"settings": [
|
|
|
|
|
{
|
|
|
|
|
"id": "magic_loglevel",
|
|
|
|
|
"name": "日志等级",
|
|
|
|
|
"val": "INFO",
|
|
|
|
|
"type": "radios",
|
|
|
|
|
"items": [
|
|
|
|
|
{
|
|
|
|
|
"key": "INFO",
|
|
|
|
|
"label": "INFO"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "WARNING",
|
|
|
|
|
"label": "WARNING"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "ERROR",
|
|
|
|
|
"label": "ERROR"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "DEBUG",
|
|
|
|
|
"label": "DEBUG"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "SNIFFER",
|
|
|
|
|
"label": "SNIFFER"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"desc": "出现异常时请选择DEBUG提交日志"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"author": "@blackmatrix7",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/bilibili",
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/magicjs/images/logo_dark.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/magicjs/images/logo.png"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.qinglong",
|
|
|
|
|
"name": "青龙面板",
|
|
|
|
|
"keys": [
|
|
|
|
|
"magic_qlurl",
|
|
|
|
|
"magic_qlclient",
|
|
|
|
|
"magic_qlsecrt",
|
|
|
|
|
"magic_qlname",
|
|
|
|
|
"magic_qlpwd",
|
|
|
|
|
"magic_qltoken"
|
|
|
|
|
],
|
2022-12-26 21:49:39 +08:00
|
|
|
|
"descs_html": [
|
|
|
|
|
"<h4 align=\"left\">不建议在iOS14及以下系统开启青龙面板同步,可能因magic.json数据过大受到内存警告,甚至丢失青龙面板magic.json数据。</h4>"
|
|
|
|
|
],
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"settings": [
|
|
|
|
|
{
|
|
|
|
|
"id": "magic_qlurl",
|
|
|
|
|
"name": "登录地址",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "http://qinglong.mydomain.com",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "填写青龙面板的登录地址,如为https请保证证书有效"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "magic_qlclient",
|
|
|
|
|
"name": "ClientId",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "填写青龙面板的ClientId"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "magic_qlsecrt",
|
|
|
|
|
"name": "ClientSecret",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "填写青龙面板的ClientSecret"
|
|
|
|
|
},
|
2022-12-12 23:39:51 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "magic_qlname",
|
|
|
|
|
"name": "账号",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "填写青龙面板的账号,当存在ClientId时,填写账号不会生效"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "magic_qlpwd",
|
|
|
|
|
"name": "密码",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "http://qinglong.mydomain.com",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "填写青龙面板的密码,当存在ClientId时,填写密码不会生效"
|
|
|
|
|
},
|
2022-09-14 23:17:52 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "magic_qltoken",
|
|
|
|
|
"name": "token",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "textarea",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "登录token,正常情况下不需要填写,自动获取"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/bilibili",
|
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/magicjs/images/qinglong_dark.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/magicjs/images/qinglong.png"
|
|
|
|
|
]
|
|
|
|
|
},
|
2021-04-19 13:12:21 +08:00
|
|
|
|
{
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"id": "blackmatrix7.bark",
|
|
|
|
|
"name": "Bark推送",
|
2022-12-22 20:56:42 +08:00
|
|
|
|
"keys": ["magic_bark_url"],
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"settings": [
|
|
|
|
|
{
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"id": "magic_bark_url",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"name": "Bark推送URL",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "https://api.day.app/xxxxxxxxxxxxxxxxxx/",
|
|
|
|
|
"autoGrow": true,
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"desc": "填写Bark推送的链接,脚本通知将通过Bark推送。仅基于MagicJS 3的脚本支持。"
|
2022-08-30 21:21:56 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"author": "@blackmatrix7",
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/bilibili",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/icon/matrix/dark/bark.jpg",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/icon/matrix/color/bark.jpg"
|
|
|
|
|
]
|
2021-04-19 13:12:21 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"id": "blackmatrix7.zheye",
|
|
|
|
|
"name": "哲也同学",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"keys": [
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"zhihu_blocked_users",
|
|
|
|
|
"zhihu_current_userinfo",
|
|
|
|
|
"zhihu_keyword_block",
|
2023-02-11 09:05:40 +08:00
|
|
|
|
"zhihu_black_answers",
|
|
|
|
|
"zheye_server_url"
|
2022-12-12 23:39:51 +08:00
|
|
|
|
],
|
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/zheye",
|
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/zheye/zheye.png"
|
|
|
|
|
],
|
|
|
|
|
"descs_html": [
|
|
|
|
|
"<h4 align=\"left\">配置说明查看<a href=\"https://github.com/blackmatrix7/ios_rule_script/tree/master/script/zheye#readme\">README.md</a></h4>"
|
|
|
|
|
],
|
|
|
|
|
"scripts": [
|
2022-08-30 21:21:56 +08:00
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"settings": [
|
|
|
|
|
{
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"id": "zhihu_settings_fake_vip",
|
|
|
|
|
"name": "显示为盐选会员",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "非会员用户显示为盐选会员"
|
|
|
|
|
},
|
2023-10-26 16:32:43 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_app_conf",
|
|
|
|
|
"name": "软件配置优化",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "对下发的软件配置进行一些调整"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_remove_live_tab",
|
|
|
|
|
"name": "移除推荐页强制标签",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "强制移除推荐页的强制标签,需配置移除的标签,并开启“软件配置优化”"
|
|
|
|
|
},
|
2022-12-12 23:39:51 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_blocked_keywords",
|
|
|
|
|
"name": "推荐页关键词过滤",
|
|
|
|
|
"val": true,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "除普通关键词外还支持正则表达式过滤,需要开启“显示为盐选会员”"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_recommend_stream",
|
|
|
|
|
"name": "屏蔽推荐页流媒体",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "屏蔽推荐页中的视频、直播等流媒体信息"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_recommend_pin",
|
|
|
|
|
"name": "屏蔽推荐页想法",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "屏蔽推荐页中的想法"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_blocked_users",
|
|
|
|
|
"name": "黑名单屏蔽效果增强",
|
|
|
|
|
"val": true,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "增强知乎APP黑名单用户屏蔽效果"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_moments_stream",
|
|
|
|
|
"name": "屏蔽关注页流媒体",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "屏蔽关注页中的视频等流媒体"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_moments_recommend",
|
|
|
|
|
"name": "屏蔽关注页推荐关注人",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "屏蔽关注页中的“为您推荐”"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_moments_activity",
|
|
|
|
|
"name": "屏蔽关注页活动更新",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "屏蔽关注页中的“关注的内容”"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_hot_list",
|
|
|
|
|
"name": "热榜去广告",
|
|
|
|
|
"val": true,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "去除知乎热榜页面的广告"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_preset_words",
|
|
|
|
|
"name": "屏蔽预置关键词广告",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "屏蔽搜索页中的预置关键词广告"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_remove_article",
|
|
|
|
|
"name": "屏蔽推荐页中的文章",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "屏蔽推荐页中的文章,默认不启用"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_sys_msg",
|
|
|
|
|
"name": "屏蔽官方账号推广消息",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "屏蔽消息页内的官方账号推广消息"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_answer_tip",
|
|
|
|
|
"name": "付费内容/营销推广/购物推广提醒",
|
|
|
|
|
"val": true,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "在知乎回答中提示付费或营销内容"
|
|
|
|
|
},
|
2023-02-11 09:05:40 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_check_paid_content",
|
|
|
|
|
"name": "推荐页中提示付费/营销/购物推广",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "需要额外消耗流量,可能会影响推荐页加载速度"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_settings_request_content",
|
|
|
|
|
"name": "推荐页主动探测内容的方式",
|
|
|
|
|
"val": "local",
|
|
|
|
|
"type": "radios",
|
|
|
|
|
"items": [
|
|
|
|
|
{
|
|
|
|
|
"key": "local",
|
|
|
|
|
"label": "本地"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "cloud",
|
|
|
|
|
"label": "云端"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"desc": "开启推荐页中推广内容提示时,需要配置主动探测方式。默认为本地,使用云端需要在下方配置中填写服务端地址。"
|
|
|
|
|
},
|
2022-12-12 23:39:51 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_credit_score",
|
|
|
|
|
"name": "自定义用户盐值",
|
|
|
|
|
"val": "0",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"desc": "修改用户盐值显示,无实际意义,不建议使用。仅当修改的盐值大于真实盐值时生效,关闭此功能请将盐值设置为0。"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_black_answers",
|
|
|
|
|
"name": "知乎黑名单用户回答Id",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"desc": "记录知乎黑名单用户的回答Id的临时变量,通常不会有太多数据。如果数据量过大请清空此内容。"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zhihu_keyword_block",
|
|
|
|
|
"name": "知乎屏蔽关键词",
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"val": "",
|
|
|
|
|
"type": "textarea",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"desc": "必须是JSON格式,Key为用户Id,不要修改。格式不正确可能导致执行异常。"
|
2023-02-11 09:05:40 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zheye_server_url",
|
|
|
|
|
"name": "哲也同学服务端",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"desc": "用于解锁更多功能。示例 http://192.168.1.200:52273 。"
|
2023-10-26 16:32:43 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "zheye_remove_feed_tabs",
|
|
|
|
|
"name": "强制移除指定推荐页标签",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"desc": "每个标签以;分隔,如“直播;科学”"
|
2021-04-19 13:12:21 +08:00
|
|
|
|
}
|
2022-08-30 21:21:56 +08:00
|
|
|
|
]
|
2021-12-15 23:20:29 +08:00
|
|
|
|
},
|
2021-04-19 13:12:21 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.dingdong",
|
|
|
|
|
"name": "叮咚买菜",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"keys": [
|
|
|
|
|
"dingdongmaicai_checkin_cookie",
|
2022-09-15 21:15:39 +08:00
|
|
|
|
"dingdongmaicai_checkin_body",
|
|
|
|
|
"dingdongmaicai_sync_qinglong"
|
2022-08-30 21:21:56 +08:00
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/dingdong",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/dingdong/dingdong.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/dingdong/dingdong.png"
|
|
|
|
|
],
|
2022-09-15 21:15:39 +08:00
|
|
|
|
"script": "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/dingdong/dingdong_checkin.js",
|
|
|
|
|
"settings": [
|
|
|
|
|
{
|
|
|
|
|
"id": "dingdongmaicai_sync_qinglong",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"name": "同步数据到青龙面板",
|
2022-09-15 21:15:39 +08:00
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"desc": "将必要数据同步至青龙面板,以执行作业"
|
2022-08-30 21:21:56 +08:00
|
|
|
|
}
|
2021-04-19 13:12:21 +08:00
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.famijia",
|
|
|
|
|
"name": "Fa米家",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"keys": [
|
|
|
|
|
"famijia_checkin_cookie",
|
|
|
|
|
"famijia_device_id",
|
|
|
|
|
"famijia_black_box"
|
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/famijia",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/famijia/famijia.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/famijia/famijia.png"
|
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"script": "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/famijia/famijia_checkin.js"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.luka",
|
|
|
|
|
"name": "Luka阅读养成",
|
2022-12-22 20:56:42 +08:00
|
|
|
|
"keys": ["luka_checkin_cookie", "luka_signin_auth"],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/luka",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/luka/luka.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/luka/luka.png"
|
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"script": "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/luka/luka_signin.js"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.manmanbuy",
|
|
|
|
|
"name": "慢慢买",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"keys": [
|
|
|
|
|
"manmanbuy_checkin_cookie",
|
|
|
|
|
"manmanbuy_login_body",
|
|
|
|
|
"manmanbuy_username",
|
|
|
|
|
"manmanbuy_deviceid"
|
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/manmanbuy",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/manmanbuy/manmanmai.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/manmanbuy/manmanmai.png"
|
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"script": "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/manmanbuy/manmanbuy_checkin.js"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.smzdm",
|
|
|
|
|
"name": "什么值得买",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"keys": [
|
|
|
|
|
"smzdm_cookie",
|
2022-09-19 22:58:33 +08:00
|
|
|
|
"smzdm_cookie_id",
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"smzdm_signin",
|
|
|
|
|
"smzdm_mission",
|
|
|
|
|
"smzdm_lottery",
|
2023-02-01 10:28:31 +08:00
|
|
|
|
"smzdm_blackroom",
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"smzdm_sync_qinglong"
|
2022-08-30 21:21:56 +08:00
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/smzdm",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/Orz-3/mini/master/Alpha/smzdm.png",
|
|
|
|
|
"https://raw.githubusercontent.com/Orz-3/mini/master/Color/smzdm.png"
|
|
|
|
|
],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"scripts": [
|
|
|
|
|
{
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"name": "执行每日签到与任务",
|
|
|
|
|
"script": "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/smzdm/smzdm_daily.js"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"settings": [
|
|
|
|
|
{
|
|
|
|
|
"id": "smzdm_sync_qinglong",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"name": "同步数据到青龙面板",
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"desc": "将必要数据同步至青龙面板,以执行作业"
|
2022-09-14 23:17:52 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "smzdm_signin",
|
|
|
|
|
"name": "执行每日签到",
|
2022-12-22 20:56:42 +08:00
|
|
|
|
"val": false,
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": ""
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "smzdm_mission",
|
|
|
|
|
"name": "执行每日任务",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": ""
|
2021-04-19 13:12:21 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"id": "smzdm_lottery",
|
|
|
|
|
"name": "执行每日抽奖",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": ""
|
2023-02-01 10:28:31 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "smzdm_blackroom",
|
|
|
|
|
"name": "脚本运行时进行黑号检测",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": ""
|
2021-04-19 13:12:21 +08:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.tieba",
|
|
|
|
|
"name": "百度贴吧",
|
2022-12-22 20:56:42 +08:00
|
|
|
|
"keys": ["tieba_signin_cookie", "tieba_sync_qinglong"],
|
2021-04-19 13:12:21 +08:00
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/tieba",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/Orz-3/mini/master/Alpha/tieba.png",
|
|
|
|
|
"https://raw.githubusercontent.com/Orz-3/mini/master/Color/tieba.png"
|
|
|
|
|
],
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"script": "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/tieba/tieba_signin.js",
|
|
|
|
|
"settings": [
|
|
|
|
|
{
|
|
|
|
|
"id": "tieba_sync_qinglong",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"name": "同步数据到青龙面板",
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"desc": "将必要数据同步至青龙面板,以执行作业"
|
2022-09-14 23:17:52 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tieba_signin_cookie",
|
|
|
|
|
"name": "百度贴吧Cookies",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "textarea",
|
|
|
|
|
"placeholder": "推荐由脚本自动获取Cookies,如有特殊情况可手动填写,必须为Json格式",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "多账户Cookies,如出现异常,请删除全部内容,避免直接编辑数据"
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-04-19 13:12:21 +08:00
|
|
|
|
},
|
2021-09-27 16:31:18 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.synology",
|
|
|
|
|
"name": "Synology",
|
2022-12-22 20:56:42 +08:00
|
|
|
|
"keys": ["syno_https_url", "syno_account", "syno_passwd", "syno_sid"],
|
2021-09-27 16:31:18 +08:00
|
|
|
|
"settings": [
|
|
|
|
|
{
|
|
|
|
|
"id": "syno_https_url",
|
|
|
|
|
"name": "群晖地址",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "http://192.168.1.100:5000",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "目前暂不支持https,请使用http"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "syno_account",
|
|
|
|
|
"name": "群晖账户",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "admin",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "可访问DownloadStation的账号,记得设置默认下载路径"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "syno_passwd",
|
|
|
|
|
"name": "群晖密码",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "建议单独建立一个账户保证安全"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "syno_sid",
|
|
|
|
|
"name": "群晖Sid",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "除非无法正常获取Sid,否则保持现在的值,不要修改"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/synology",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/synology/icon/synology_dark.jpg",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/synology/icon/synology.jpg"
|
|
|
|
|
],
|
2021-09-27 16:31:18 +08:00
|
|
|
|
"scripts": [
|
|
|
|
|
{
|
|
|
|
|
"name": "登录Synology",
|
|
|
|
|
"script": "https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/synology/downloadstation.js"
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-09-28 11:01:10 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.applestore",
|
|
|
|
|
"name": "AppleStore",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"keys": [
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"applestore_goods_model",
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"applestore_region",
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"applestore_goods_stock",
|
|
|
|
|
"applestore_settings_notify_soldout"
|
2022-08-30 21:21:56 +08:00
|
|
|
|
],
|
2021-09-28 11:01:10 +08:00
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/applestore",
|
|
|
|
|
"settings": [
|
2021-12-15 23:20:29 +08:00
|
|
|
|
{
|
2022-12-12 23:39:51 +08:00
|
|
|
|
"id": "applestore_goods_model",
|
2021-12-15 23:20:29 +08:00
|
|
|
|
"name": "商品型号",
|
2021-09-28 11:01:10 +08:00
|
|
|
|
"val": "",
|
2022-09-14 23:17:52 +08:00
|
|
|
|
"type": "textarea",
|
2021-12-15 23:20:29 +08:00
|
|
|
|
"placeholder": "Z0YQ#MKMR3CH/A,MJXA3FE/A#AppleWatch 7 石墨色不锈钢;MLDE3CH/A",
|
2021-09-28 11:01:10 +08:00
|
|
|
|
"autoGrow": true,
|
2021-12-15 23:20:29 +08:00
|
|
|
|
"desc": "需要监控的商品型号,option用#分隔,自定义名称在option后以#分隔。多款以;分隔,移动端建议只监控一个。"
|
2021-09-28 11:01:10 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2021-12-15 23:20:29 +08:00
|
|
|
|
"id": "applestore_region",
|
2021-09-28 11:01:10 +08:00
|
|
|
|
"name": "监控地区",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "吉林 长春 朝阳区",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "直辖市示例:北京 北京 昌平区"
|
|
|
|
|
},
|
2021-12-15 23:20:29 +08:00
|
|
|
|
{
|
|
|
|
|
"id": "applestore_settings_notify_soldout",
|
|
|
|
|
"name": "查询无货也进行通知",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "可能会发起大量推送,建议仅在测试时开启"
|
2021-09-28 11:01:10 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
2022-08-30 21:21:56 +08:00
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/applestore/icon/applestore_dark.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/applestore/icon/applestore.png"
|
|
|
|
|
]
|
2022-12-22 20:56:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.testflight",
|
|
|
|
|
"name": "TestFlight",
|
|
|
|
|
"keys": [
|
|
|
|
|
"tf_app_id",
|
|
|
|
|
"tf_join_mode",
|
|
|
|
|
"tf_loop_count",
|
|
|
|
|
"tf_session_info",
|
|
|
|
|
"tf_joined_app_id",
|
2022-12-23 10:25:49 +08:00
|
|
|
|
"tf_storefront_id",
|
2022-12-22 20:56:42 +08:00
|
|
|
|
"tf_invalid_app_id",
|
|
|
|
|
"tf_check_account_id",
|
|
|
|
|
"tf_join_concurrency",
|
|
|
|
|
"tf_app_use_account_id",
|
|
|
|
|
"tf_check_session_time",
|
|
|
|
|
"tf_check_session_time_diff"
|
|
|
|
|
],
|
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/testflight",
|
|
|
|
|
"settings": [
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_sync_qinglong",
|
|
|
|
|
"name": "同步数据到青龙面板",
|
|
|
|
|
"val": false,
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"desc": "将必要数据同步至青龙面板,以执行作业"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_join_mode",
|
|
|
|
|
"name": "执行模式",
|
|
|
|
|
"val": "1",
|
|
|
|
|
"type": "radios",
|
|
|
|
|
"items": [
|
|
|
|
|
{
|
|
|
|
|
"key": "0",
|
|
|
|
|
"label": "温和"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "1",
|
|
|
|
|
"label": "标准"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"key": "2",
|
|
|
|
|
"label": "暴力"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"desc": "推荐使用温和与标准模式,暴力模式风险极高"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_app_id",
|
|
|
|
|
"name": "TestFlight App愿望清单",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "等待加入的TestFlight APP Id,多个APP Id以;分隔"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_join_concurrency",
|
|
|
|
|
"name": "并发数量",
|
|
|
|
|
"val": 2,
|
|
|
|
|
"type": "number",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "当App的Beta可加入时,每个账户并发多少个请求尝试加入"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_loop_count",
|
|
|
|
|
"name": "每次运行循环次数",
|
|
|
|
|
"val": 1,
|
|
|
|
|
"type": "number",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "每次运行脚本时循环多少次,每次循环间隔800毫秒。NodeJS(非青龙面板)可设置为0,表示持续运行"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_check_session_time_diff",
|
|
|
|
|
"name": "检查Session有效性的间隔",
|
|
|
|
|
"val": 7200,
|
|
|
|
|
"type": "number",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "每间隔多少秒检查一次账户的有效性,默认7200秒"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_joined_app_id",
|
|
|
|
|
"name": "TestFlight每个账户已加入成功的AppId",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "textarea",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "多账户的TestFlight已加入的AppId,不建议手动修改"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_session_info",
|
|
|
|
|
"name": "TestFlight Session数据",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "textarea",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "多账户的TestFlight数据,仅供查看,请勿手动修改以免引发异常"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_check_account_id",
|
|
|
|
|
"name": "用于检查App Beta可否加入的AccountId",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "选择一个账号专门用于检测TF是否可以加入,以保护主号"
|
2022-12-23 10:25:49 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "tf_storefront_id",
|
|
|
|
|
"name": "自定义storefrontId",
|
|
|
|
|
"val": "143441-19,29",
|
|
|
|
|
"type": "input",
|
|
|
|
|
"desc": "自定义storefrontId,以解决国区账号TestFlight下载App受限问题"
|
2022-12-22 20:56:42 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/testflight/icon/testflight.png",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/testflight/icon/testflight.png"
|
|
|
|
|
]
|
2024-05-22 16:25:59 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "blackmatrix7.findmy",
|
|
|
|
|
"name": "Find My",
|
|
|
|
|
"keys": [
|
|
|
|
|
"find_my_device_discovery_id"
|
|
|
|
|
],
|
|
|
|
|
"author": "@blackmatrix7",
|
|
|
|
|
"repo": "https://github.com/blackmatrix7/ios_rule_script/tree/master/script/findmy",
|
|
|
|
|
"icons": [
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/findmy/icon/findmy_gray.jpg",
|
|
|
|
|
"https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/script/findmy/icon/findmy.jpg"
|
|
|
|
|
],
|
|
|
|
|
"settings": [
|
|
|
|
|
{
|
|
|
|
|
"id": "find_my_device_discovery_id",
|
|
|
|
|
"name": "Find My设备ID",
|
|
|
|
|
"val": "",
|
|
|
|
|
"type": "textarea",
|
|
|
|
|
"placeholder": "",
|
|
|
|
|
"autoGrow": true,
|
|
|
|
|
"desc": "Find My设备ID,多个设备以;分隔"
|
|
|
|
|
}
|
|
|
|
|
]
|
2021-09-27 16:31:18 +08:00
|
|
|
|
}
|
2021-04-19 13:12:21 +08:00
|
|
|
|
]
|
2022-12-22 20:56:42 +08:00
|
|
|
|
}
|