mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
chore: sync
This commit is contained in:
4
dist/gkd.json
vendored
4
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 9,
|
"version": 10,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
@@ -644,7 +644,7 @@
|
|||||||
"key": 0,
|
"key": 0,
|
||||||
"name": "美团外卖-开屏广告",
|
"name": "美团外卖-开屏广告",
|
||||||
"activityIds": "com.sankuai.meituan.takeoutnew.ui.page.boot.SplashAdActivity",
|
"activityIds": "com.sankuai.meituan.takeoutnew.ui.page.boot.SplashAdActivity",
|
||||||
"rules": "[id=`com.sankuai.meituan.takeoutnew:id/tv_remain_time`] + TextView[text*=`跳过`]"
|
"rules": "TextView[text*=`跳过`]"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": 1,
|
"key": 1,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.9",
|
"version": "0.0.10",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|||||||
@@ -8,8 +8,7 @@ export default <AppConfig>{
|
|||||||
name: '美团外卖-开屏广告',
|
name: '美团外卖-开屏广告',
|
||||||
activityIds:
|
activityIds:
|
||||||
'com.sankuai.meituan.takeoutnew.ui.page.boot.SplashAdActivity',
|
'com.sankuai.meituan.takeoutnew.ui.page.boot.SplashAdActivity',
|
||||||
rules:
|
rules: 'TextView[text*=`跳过`]',
|
||||||
'[id=`com.sankuai.meituan.takeoutnew:id/tv_remain_time`] + TextView[text*=`跳过`]',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user