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