mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(酷狗音乐): 规则补充 (#2862)
* Update com.kugou.android.ts 新增个人页广告横幅 新增VIP弹窗 * chore(actions): check_format_lint * Update com.kugou.android.ts * chore(actions): check_format_lint * Update com.kugou.android.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -21,5 +21,32 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '个人页顶部广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.kugou.android.app.MediaActivity',
|
||||||
|
matches:
|
||||||
|
'ViewGroup[childCount=2] > ImageView + FrameLayout > LinearLayout > ImageView',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/87047583/9e150986-2103-4130-a12f-12ed2b07ef90',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13558426',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: 'VIP弹窗',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'RelativeLayout[childCount=2] > View + RelativeLayout[childCount=2] > @ImageView + RelativeLayout',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/87047583/84c1379f-5eb1-4982-b27b-35e267594101',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13548005',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user