mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:43:46 +08:00
chore: sync
This commit is contained in:
parent
c0d171e5e2
commit
11a0d32d74
8
dist/gkd.json
vendored
8
dist/gkd.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 23,
|
"version": 24,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
|
@ -471,6 +471,12 @@
|
||||||
"miuix.appcompat.app.m"
|
"miuix.appcompat.app.m"
|
||||||
],
|
],
|
||||||
"rules": "[id=`com.hunantv.imgo.activity:id/btnIknow`]"
|
"rules": "[id=`com.hunantv.imgo.activity:id/btnIknow`]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": 1,
|
||||||
|
"name": "芒果TV-首页推荐流-卡片广告",
|
||||||
|
"activityIds": "com.hunantv.imgo.activity.MainActivity",
|
||||||
|
"rules": "@[id=\"com.hunantv.imgo.activity:id/layout_logo\"] > [id=\"com.hunantv.imgo.activity:id/tv_ad_logo\"]"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.23",
|
"version": "0.0.24",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|
|
@ -18,5 +18,12 @@ export default <AppConfig>{
|
||||||
],
|
],
|
||||||
rules: '[id=`com.hunantv.imgo.activity:id/btnIknow`]',
|
rules: '[id=`com.hunantv.imgo.activity:id/btnIknow`]',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: `芒果TV-首页推荐流-卡片广告`,
|
||||||
|
activityIds: `com.hunantv.imgo.activity.MainActivity`,
|
||||||
|
// https://gkd-kit.gitee.io/import/38517192/b74150b5-8e9f-4cbb-86a7-722fc739a1b8
|
||||||
|
rules: `@[id="com.hunantv.imgo.activity:id/layout_logo"] > [id="com.hunantv.imgo.activity:id/tv_ad_logo"]`,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user