mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
build: json,readme
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
搞快点 APP 默认订阅规则
|
||||
|
||||
当前订阅文件已适配 97 个 APP, 共有 172 规则组
|
||||
当前订阅文件已适配 97 个 APP, 共有 174 规则组
|
||||
|
||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
|
||||
@@ -394,6 +394,11 @@
|
||||
- **开屏广告**
|
||||
- **评论区顶部-相关推荐**
|
||||
- **关闭不感兴趣广告弹窗**
|
||||
- **兴趣领域推荐** - 出现在长久未登录的账户再次登录时
|
||||
- [快照-0](https://gkd-kit.songe.li/import/12531405)
|
||||
- **精选博主推荐** - 出现在长久未登录的账户再次登录时
|
||||
- [快照-0](https://gkd-kit.songe.li/import/12531433)
|
||||
- [快照-1](https://gkd-kit.songe.li/import/12531434)
|
||||
|
||||
### [com.smile.gifmaker](/src/apps/com.smile.gifmaker.ts) - 快手
|
||||
|
||||
|
||||
24
dist/gkd.json
vendored
24
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 65,
|
||||
"version": 66,
|
||||
"author": "lisonge",
|
||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -1403,6 +1403,28 @@
|
||||
"[text=\"不感兴趣\"]"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 3,
|
||||
"name": "兴趣领域推荐",
|
||||
"desc": "出现在长久未登录的账户再次登录时",
|
||||
"activityIds": "com.sina.weibo.account.interest.InterestActivity",
|
||||
"rules": "[id=\"com.sina.weibo:id/rl_account_title_bar\"] > [id=\"com.sina.weibo:id/tv_title_bar_skip\"&&text=\"跳过\"]",
|
||||
"snapshotUrls": "https://gkd-kit.songe.li/import/12531405"
|
||||
},
|
||||
{
|
||||
"key": 4,
|
||||
"name": "精选博主推荐",
|
||||
"desc": "出现在长久未登录的账户再次登录时",
|
||||
"activityIds": "com.sina.weibo.account.recommend.RecommendActivity",
|
||||
"rules": [
|
||||
"[id=\"com.sina.weibo:id/tv_option\"&&text=\"取消勾选\"]",
|
||||
"[id=\"com.sina.weibo:id/new_next_btn\"&&text=\"进入微博(已选0个)\"]"
|
||||
],
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.songe.li/import/12531433",
|
||||
"https://gkd-kit.songe.li/import/12531434"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user