mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(爱奇艺): 播放页-插入广告(默认关闭) (#2761)
* feat(爱奇艺): 播放页-插入广告(默认关闭) * chore(actions): check_format_lint * update: 新增快照链接 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -50,5 +50,22 @@ export default defineAppConfig({
|
|||||||
snapshotUrls: 'https://i.gkd.li/import/12838158',
|
snapshotUrls: 'https://i.gkd.li/import/12838158',
|
||||||
rules: ['[id="com.qiyi.video:id/cancel_btn"][text="暂不升级"]'],
|
rules: ['[id="com.qiyi.video:id/cancel_btn"][text="暂不升级"]'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
enable: false,
|
||||||
|
name: '播放页-插入广告',
|
||||||
|
desc: '视频播放前或播放中途插入的广告。默认关闭。',
|
||||||
|
activityIds: 'org.iqiyi.video.activity.PlayerActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'@RelativeLayout[id="com.qiyi.video:id/unused_res_a"] > TextView[text="关闭广告"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13536669',
|
||||||
|
'https://i.gkd.li/import/13536703',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user