mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat: youtube-关闭视频播放结束后的推荐视频 (#1227)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
@@ -117,5 +117,25 @@ export default defineGkdApp({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 7,
|
||||||
|
name: '功能类-关闭视频播放结束后的推荐视频',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds:
|
||||||
|
'com.google.android.apps.youtube.app.watchwhile.MainActivity',
|
||||||
|
anyMatches: [
|
||||||
|
'@[vid="close_button"] - LinearLayout >2 [text="Suggested video" || text="推荐视频"][visibleToUser=true]',
|
||||||
|
'[vid="engagement_close_button"][visibleToUser=true]',
|
||||||
|
],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/22757392', // 英文界面
|
||||||
|
'https://i.gkd.li/i/22762876', // 中文界面
|
||||||
|
'https://i.gkd.li/i/22757397',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user