chore: v53

This commit is contained in:
lisonge 2023-09-04 11:10:33 +08:00
parent 6278c8f9e3
commit 9ebde5dae8
3 changed files with 21 additions and 3 deletions

View File

@ -2,7 +2,7 @@
搞快点 APP 默认订阅规则
当前订阅文件已适配 88 个 APP, 共有 154 规则组
当前订阅文件已适配 89 个 APP, 共有 155 规则组
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
@ -212,6 +212,11 @@
- [快照-0](https://gkd-kit.gitee.io/import/38517192/40fb71ad-01a5-4420-9150-88172ff8a3bf)
- [快照-1](https://gkd-kit.gitee.io/import/38517192/b74150b5-8e9f-4cbb-86a7-722fc739a1b8)
### [com.hupu.games](/src/apps/com.hupu.games.ts) - 虎扑
- 开屏广告
- [快照-0](https://gkd-kit.gitee.io/import/12509060)
### [com.hupu.shihuo](/src/apps/com.hupu.shihuo.ts) - 识货
- 开屏广告

15
dist/gkd.json vendored
View File

@ -1,7 +1,7 @@
{
"id": 0,
"name": "默认订阅",
"version": 52,
"version": 53,
"author": "lisonge",
"supportUri": "https://github.com/gkd-kit/subscription",
"apps": [
@ -792,6 +792,19 @@
}
]
},
{
"id": "com.hupu.games",
"name": "虎扑",
"groups": [
{
"key": 0,
"name": "开屏广告",
"activityIds": "com.hupu.games.main.MainActivity",
"rules": "[id=\"com.byted.pangle:id/tt_splash_skip_btn\"]",
"snapshotUrls": "https://gkd-kit.gitee.io/import/12509060"
}
]
},
{
"id": "com.hupu.shihuo",
"name": "识货",

View File

@ -1,7 +1,7 @@
{
"name": "@gkd-kit/subscription",
"type": "module",
"version": "0.0.52",
"version": "0.0.53",
"main": "./dist/gkd.json",
"unpkg": "./dist/gkd.json",
"jsdelivr": "./dist/gkd.json",