fix(今日头条): 竖屏视频广告增加冷却时间 (#3117)

* fix(今日头条): 竖屏视频广告增加冷却时间

* fix(今日头条): 竖屏视频广告增加冷却时间2

---------

Co-authored-by: shanlan <hi@gobyte.cn>
This commit is contained in:
shanlanCoding 2023-12-15 19:22:31 +08:00 committed by GitHub
parent 42d6d339cc
commit c8933b493b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ export default defineAppConfig({
{
key: -1,
preKeys: [0, 1, 2, 3],
actionCd: 35000, //APP更新后点击不感兴趣不会跳过当前视频了所以需要冷却一下等下一次重新跳过广告视频
name: '点击不感兴趣',
matches:
'@LinearLayout[clickable=true] > RelativeLayout + TextView[text="不感兴趣"]',