build: json,readme

This commit is contained in:
github-actions[bot]
2023-09-06 06:50:40 +00:00
parent 032fd9162d
commit f831047975
2 changed files with 11 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
搞快点 APP 默认订阅规则
当前订阅文件已适配 98 个 APP, 共有 176 规则组
当前订阅文件已适配 98 个 APP, 共有 177 规则组
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
@@ -211,6 +211,8 @@
### [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) - 驾考宝典

9
dist/gkd.json vendored
View File

@@ -1,7 +1,7 @@
{
"id": 0,
"name": "默认订阅",
"version": 67,
"version": 68,
"author": "lisonge",
"supportUri": "https://github.com/gkd-kit/subscription",
"apps": [
@@ -775,6 +775,13 @@
"name": "开屏广告",
"activityIds": "com.mc10086.cmcc.view.tabs.AppTabFragment",
"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\"]"
}
]
},