mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
build: json,readme
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
搞快点 APP 默认订阅规则
|
搞快点 APP 默认订阅规则
|
||||||
|
|
||||||
当前订阅文件已适配 98 个 APP, 共有 176 规则组
|
当前订阅文件已适配 98 个 APP, 共有 177 规则组
|
||||||
|
|
||||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||||
|
|
||||||
@@ -211,6 +211,8 @@
|
|||||||
### [com.greenpoint.android.mc10086.activity](/src/apps/com.greenpoint.android.mc10086.activity.ts) - 中国移动
|
### [com.greenpoint.android.mc10086.activity](/src/apps/com.greenpoint.android.mc10086.activity.ts) - 中国移动
|
||||||
|
|
||||||
- **开屏广告**
|
- **开屏广告**
|
||||||
|
- **关闭更新弹窗**
|
||||||
|
- [快照-0](https://gkd-kit.gitee.io/import/12534264)
|
||||||
|
|
||||||
### [com.handsgo.jiakao.android](/src/apps/com.handsgo.jiakao.android.ts) - 驾考宝典
|
### [com.handsgo.jiakao.android](/src/apps/com.handsgo.jiakao.android.ts) - 驾考宝典
|
||||||
|
|
||||||
|
|||||||
9
dist/gkd.json
vendored
9
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 67,
|
"version": 68,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
@@ -775,6 +775,13 @@
|
|||||||
"name": "开屏广告",
|
"name": "开屏广告",
|
||||||
"activityIds": "com.mc10086.cmcc.view.tabs.AppTabFragment",
|
"activityIds": "com.mc10086.cmcc.view.tabs.AppTabFragment",
|
||||||
"rules": "[id=`com.greenpoint.android.mc10086.activity:id/video_time_skip`]"
|
"rules": "[id=`com.greenpoint.android.mc10086.activity:id/video_time_skip`]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": 1,
|
||||||
|
"name": "关闭更新弹窗",
|
||||||
|
"activityIds": "com.mc10086.cmcc.view.tabs.AppTabFragment",
|
||||||
|
"snapshotUrls": "https://gkd-kit.gitee.io/import/12534264",
|
||||||
|
"rules": "Button[text=\"以后再说\"][id^=\"com.greenpoint.android.mc10086.activity:id/dialog_btn\"]"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user