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

Commit

Permalink
perf(酷狗): 局部广告-卡片广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed May 28, 2024
1 parent 7963442 commit e7bed88
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/apps/com.kugou.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,23 @@ export default defineGkdApp({
activityIds: 'com.kugou.android.app.MediaActivity',
matches:
'ViewGroup[childCount=2] > ImageView + @FrameLayout[clickable=true] > LinearLayout > ImageView',
exampleUrls:
'https://m.gkd.li/87047583/9e150986-2103-4130-a12f-12ed2b07ef90',
snapshotUrls: 'https://i.gkd.li/i/13558426',
},
{
key: 1,
activityIds: 'com.kugou.android.app.MediaActivity',
matches:
'TextView[text!=null] <2 ViewGroup[childCount=6] > ImageView[desc="关闭"]',
exampleUrls:
'https://m.gkd.li/57941037/adb9a250-d23d-48ef-b1a5-5e828d56cb97',
'TextView[text!=null] <2 ViewGroup[childCount>4] > ImageView[desc="关闭"]',
snapshotUrls: [
'https://i.gkd.li/i/14964889',
'https://i.gkd.li/i/15024041',
'https://i.gkd.li/i/15468481',
],
},
{
key: 2,
activityIds: 'com.kugou.android.app.MediaActivity',
matches: '[desc="关闭广告"][clickable=true][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/8bd6dafc-e610-4c0d-a486-02a11535e610',
snapshotUrls: 'https://i.gkd.li/i/15024812',
},
],
Expand Down

0 comments on commit e7bed88

Please sign in to comment.