Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(大学搜题酱): 全屏广告(优化规则)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 7, 2024
1 parent 160def1 commit 59c8614
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions src/apps/com.zmzx.college.search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,20 @@ export default defineAppConfig({
{
key: 1,
name: '快手广告-1',
activityIds: 'com.bbk.launcher2.Launcher',
matches:
'[text="广告"] <2 ViewGroup -3 ViewGroup > @ViewGroup[clickable=true] > ImageView',
snapshotUrls: 'https://i.gkd.li/i/13346628',
},
{
key: 2,
name: '快手广告-2',
activityIds:
activityIds: [
'com.bbk.launcher2.Launcher',
'com.zmzx.college.search.activity.main.activity.MainActivity',
'com.zmzx.college.search.activity.questionsearch.camera.activity.PicSearchResultActivity',
],
matches: [
'ViewGroup > ViewGroup > ViewGroup[childCount=2] > ImageView + [text="广告"]',
'ViewGroup > ViewGroup > @ViewGroup[childCount=1][clickable=true] > ImageView[childCount=0]',
'ViewGroup[childCount=2] [text="广告"]',
'ViewGroup @ViewGroup[clickable=true][childCount=1] > ImageView',
],
snapshotUrls: [
'https://i.gkd.li/i/13346628',
'https://i.gkd.li/i/13451304',
'https://i.gkd.li/i/14519779',
],
snapshotUrls: 'https://i.gkd.li/i/13451304',
},
{
key: 3,
Expand Down

0 comments on commit 59c8614

Please sign in to comment.