chore: sync

This commit is contained in:
lisonge
2023-08-26 19:18:52 +08:00
parent 461841b5d9
commit 1bc2f2b05d
3 changed files with 18 additions and 2 deletions

10
dist/gkd.json vendored
View File

@@ -1,7 +1,7 @@
{
"id": 0,
"name": "默认订阅",
"version": 10,
"version": 11,
"author": "lisonge",
"supportUrl": "https://github.com/gkd-kit/subscription",
"apps": [
@@ -217,6 +217,14 @@
"TextView[text$=`广告`] +n FrameLayout[id=`com.baidu.tieba:id/obfuscated`] ImageView[id=null]",
"TextView[text$=`广告`] < RelativeLayout <n LinearLayout - RelativeLayout ImageView[id=null][desc=null]"
]
},
{
"key": 6,
"name": "首页左侧游戏广告小图标",
"activityIds": "com.baidu.tieba.tblauncher.MainTabActivity",
"rules": [
"ImageView[clickable=true] - RelativeLayout[clickable=false][childCount=1] > ImageView[clickable=true]"
]
}
]
},

View File

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

View File

@@ -61,5 +61,13 @@ export default <AppConfig>{
'TextView[text$=`广告`] < RelativeLayout <n LinearLayout - RelativeLayout ImageView[id=null][desc=null]',
],
},
{
key: 6,
name: `首页左侧游戏广告小图标`,
activityIds: `com.baidu.tieba.tblauncher.MainTabActivity`,
rules: [
`ImageView[clickable=true] - RelativeLayout[clickable=false][childCount=1] > ImageView[clickable=true]`,
],
},
],
};