Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fix(虎扑): 推荐流广告不能准确关闭
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 6, 2023
1 parent f831047 commit 330bc8c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/apps/com.hupu.games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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="广告"]',
Expand Down

0 comments on commit 330bc8c

Please sign in to comment.