mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(Youtube): 赞助商广告, Premium广告 (#944)
* Update com.google.android.youtube.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #938
This commit is contained in:
@@ -12,5 +12,22 @@ export default defineAppConfig({
|
|||||||
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
||||||
rules: '[id=`com.google.android.youtube:id/skip_ad_button`]',
|
rules: '[id=`com.google.android.youtube:id/skip_ad_button`]',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '视频播放-赞助商广告',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12877346',
|
||||||
|
activityIds:
|
||||||
|
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
||||||
|
rules: 'ImageView[desc="更多选项"] + @ImageView[desc="关闭广告面板"]',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '首页-会员广告',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12877357',
|
||||||
|
activityIds:
|
||||||
|
'com.google.android.apps.youtube.app.watchwhile.WatchWhileActivity',
|
||||||
|
rules:
|
||||||
|
'ImageView < @Button < ViewGroup +3 Button[desc*="YouTube Premium"]',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user