chore: v51

This commit is contained in:
lisonge 2023-09-04 10:23:49 +08:00
parent 086318cf93
commit 4a925906ab
3 changed files with 21 additions and 3 deletions

View File

@ -2,7 +2,7 @@
搞快点 APP 默认订阅规则
当前订阅文件已适配 87 个 APP, 共有 152 规则组
当前订阅文件已适配 88 个 APP, 共有 153 规则组
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
@ -256,6 +256,11 @@
- 开屏广告
- [快照-0](https://gkd-kit.gitee.io/import/38517192/d12c3b08-8233-4584-b2b9-595ebb4ce665)
### [com.lucky.luckyclient](/src/apps/com.lucky.luckyclient.ts) - 瑞幸咖啡
- 开屏广告
- [快照-0](https://gkd-kit.songe.li/import/12508764)
### [com.mihoyo.hyperion](/src/apps/com.mihoyo.hyperion.ts) - 米游社
- 开屏广告

15
dist/gkd.json vendored
View File

@ -1,7 +1,7 @@
{
"id": 0,
"name": "默认订阅",
"version": 50,
"version": 51,
"author": "lisonge",
"supportUri": "https://github.com/gkd-kit/subscription",
"apps": [
@ -915,6 +915,19 @@
}
]
},
{
"id": "com.lucky.luckyclient",
"name": "瑞幸咖啡",
"groups": [
{
"key": 0,
"name": "开屏广告",
"activityIds": "com.luckin.client.main.FirstActivity",
"rules": "[id=\"com.lucky.luckyclient:id/tv_skip\"]",
"snapshotUrls": "https://gkd-kit.songe.li/import/12508764"
}
]
},
{
"id": "com.mihoyo.hyperion",
"name": "米游社",

View File

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