mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:25:30 +08:00
fix(今日头条): 竖屏视频广告增加冷却时间 (#3117)
* fix(今日头条): 竖屏视频广告增加冷却时间 * fix(今日头条): 竖屏视频广告增加冷却时间2 --------- Co-authored-by: shanlan <hi@gobyte.cn>
This commit is contained in:
parent
42d6d339cc
commit
c8933b493b
|
@ -81,6 +81,7 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
key: -1,
|
key: -1,
|
||||||
preKeys: [0, 1, 2, 3],
|
preKeys: [0, 1, 2, 3],
|
||||||
|
actionCd: 35000, //APP更新后点击不感兴趣不会跳过当前视频了,所以需要冷却一下等下一次重新跳过广告视频
|
||||||
name: '点击不感兴趣',
|
name: '点击不感兴趣',
|
||||||
matches:
|
matches:
|
||||||
'@LinearLayout[clickable=true] > RelativeLayout + TextView[text="不感兴趣"]',
|
'@LinearLayout[clickable=true] > RelativeLayout + TextView[text="不感兴趣"]',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user