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 13, 2024
1 parent 4390b5e commit c365ca6
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions src/apps/com.flutter3.ctangxin.ef0eee.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,9 @@ export default defineAppConfig({
id: 'com.flutter3.ctangxin.ef0eee', // 注意 appId 有随机后缀, 需修改为你自己的 appId
name: '糖心Vlog',
groups: [
{
enable: false,
key: 0,
name: '开屏广告',
desc: '虚假按钮,实际点击无法跳过,规则暂时保留',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
'FrameLayout > View > View > View > View > @View[clickable=true && desc.length=2] + ImageView[childCount=1]',
snapshotUrls: 'https://i.gkd.li/import/12836857',
},
],
},
{
key: 1,
name: '广告弹窗', // 目前已叠加了三层广告
name: '全屏广告-广告弹窗', // 目前已叠加了三层广告
matchDelay: 6500, // 待无法跳过的5s开屏广告过后,能够主动执行匹配。 数值过小将导致低性能手机开屏广告没结束就触发无效匹配
matchTime: 10000,
actionCd: 100,
Expand All @@ -39,7 +23,7 @@ export default defineAppConfig({
},
{
key: 2,
name: '公告弹窗',
name: '全屏广告-公告弹窗',
matchDelay: 8000, // 兜底方案,避免启动过慢,导致"广告弹窗" 的延迟匹配无效
matchTime: 10000,
resetMatch: 'app',
Expand Down

0 comments on commit c365ca6

Please sign in to comment.