mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 12:52:21 +08:00
build: json,readme
This commit is contained in:
parent
c9d0819585
commit
6900f20b32
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
搞快点 APP 默认订阅规则
|
搞快点 APP 默认订阅规则
|
||||||
|
|
||||||
当前订阅文件已适配 104 个 APP, 共有 190 规则组
|
当前订阅文件已适配 104 个 APP, 共有 191 规则组
|
||||||
|
|
||||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||||
|
|
||||||
|
@ -309,9 +309,11 @@
|
||||||
- **开屏广告**
|
- **开屏广告**
|
||||||
- [快照-0](https://gkd-kit.songe.li/import/12506297)
|
- [快照-0](https://gkd-kit.songe.li/import/12506297)
|
||||||
|
|
||||||
### [com.kuaikan.comic](/src/apps/com.kuaikan.comic.ts) - 快看
|
### [com.kuaikan.comic](/src/apps/com.kuaikan.comic.ts) - 快看漫画
|
||||||
|
|
||||||
- **开屏广告**
|
- **开屏广告**
|
||||||
|
- **关闭青少年模式弹窗**
|
||||||
|
- [快照-0](https://gkd-kit.gitee.io/import/12565678)
|
||||||
|
|
||||||
### [com.kuaishou.nebula](/src/apps/com.kuaishou.nebula.ts) - 快手极速版
|
### [com.kuaishou.nebula](/src/apps/com.kuaishou.nebula.ts) - 快手极速版
|
||||||
|
|
||||||
|
|
11
dist/gkd.json
vendored
11
dist/gkd.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 76,
|
"version": 77,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
|
@ -1118,13 +1118,20 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "com.kuaikan.comic",
|
"id": "com.kuaikan.comic",
|
||||||
"name": "快看",
|
"name": "快看漫画",
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"key": 0,
|
"key": 0,
|
||||||
"name": "开屏广告",
|
"name": "开屏广告",
|
||||||
"activityIds": "com.kuaikan.comic.ui.AdvertisementActivity",
|
"activityIds": "com.kuaikan.comic.ui.AdvertisementActivity",
|
||||||
"rules": "[id=`com.kuaikan.comic:id/skip_button`]"
|
"rules": "[id=`com.kuaikan.comic:id/skip_button`]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": 1,
|
||||||
|
"name": "关闭青少年模式弹窗",
|
||||||
|
"activityIds": "com.kuaikan.main.MainActivity",
|
||||||
|
"rules": "[text*=\"青少年模式\"] +2 [id=\"com.kuaikan.comic:id/cancel\"]",
|
||||||
|
"snapshotUrls": "https://gkd-kit.gitee.io/import/12565678"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user