mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 10:12:20 +08:00
chore: sync
This commit is contained in:
parent
39ee30e2ba
commit
3613b6ada0
10
dist/gkd.json
vendored
10
dist/gkd.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 26,
|
||||
"version": 27,
|
||||
"author": "lisonge",
|
||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
|
@ -460,8 +460,12 @@
|
|||
"groups": [
|
||||
{
|
||||
"key": -1,
|
||||
"name": "芒果TV",
|
||||
"rules": "[id=\"com.hunantv.imgo.activity:id/layout_boot_skip\"]"
|
||||
"name": "芒果TV-开屏广告",
|
||||
"activityIds": "com.hunantv.imgo.activity.MainActivity",
|
||||
"rules": [
|
||||
"[id=\"com.hunantv.imgo.activity:id/layout_boot_skip\"]",
|
||||
"TextView[text!=null] - [text^=\"跳过\"]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 0,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.26",
|
||||
"version": "0.0.27",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
|
|
@ -5,9 +5,14 @@ export default <AppConfig>{
|
|||
groups: [
|
||||
{
|
||||
key: -1,
|
||||
name: `芒果TV`,
|
||||
name: `芒果TV-开屏广告`,
|
||||
activityIds: `com.hunantv.imgo.activity.MainActivity`,
|
||||
rules: [
|
||||
// https://gkd-kit.gitee.io/import/38517192/0d54f18a-eb7a-498d-a458-32980190042b
|
||||
rules: `[id="com.hunantv.imgo.activity:id/layout_boot_skip"]`,
|
||||
`[id="com.hunantv.imgo.activity:id/layout_boot_skip"]`,
|
||||
// https://gkd-kit.gitee.io/import/38517192/7202bd0a-a5c6-4ec4-9547-bf4ca6d372d0
|
||||
`TextView[text!=null] - [text^="跳过"]`,
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user