Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update com.flutter3.ctangxin.ef0eee.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuqianyuan authored Jan 5, 2024
1 parent 99dcd07 commit 95945c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/apps/com.flutter3.ctangxin.ef0eee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default defineAppConfig({
},
{
key: 1,
name: '广告弹窗',
matchDelay: 6000, // 待无法跳过的5s开屏广告过后,能够主动执行匹配
name: '广告弹窗', // 目前已叠加了三层广告
matchDelay: 6500, // 待无法跳过的5s开屏广告过后,能够主动执行匹配。 数值过小将导致低性能手机开屏广告没结束就触发无效匹配
matchTime: 10000,
actionCd: 100,
resetMatch: 'app',
Expand All @@ -40,7 +40,7 @@ export default defineAppConfig({
{
key: 2,
name: '公告弹窗',
matchDelay: 6000,
matchDelay: 8000, // 兜底方案,避免启动过慢,导致"广告弹窗" 的延迟匹配无效
matchTime: 10000,
resetMatch: 'app',
activityIds: ['com.example.flutter3_frame.MainActivity'],
Expand Down

0 comments on commit 95945c8

Please sign in to comment.