mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
fix(虎扑): 推荐流广告不能准确关闭
This commit is contained in:
@@ -21,8 +21,15 @@ export default defineAppConfig({
|
||||
desc: '点击卡片右上角广告文字,出现广告反馈,点击屏蔽该广告',
|
||||
rules: [
|
||||
{
|
||||
activityIds: [
|
||||
'com.google.android.material.bottomsheet.BottomSheetDialog',
|
||||
'com.hupu.games.main.MainActivity',
|
||||
],
|
||||
matches: '[id="com.hupu.games:id/tv_title"][text="屏蔽该广告"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12511010',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12511010',
|
||||
'https://gkd-kit.gitee.io/import/12534848',
|
||||
],
|
||||
},
|
||||
{
|
||||
matches: '[id="com.hupu.games:id/tv_tag"][text="广告"]',
|
||||
|
||||
Reference in New Issue
Block a user