mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:53:38 +08:00
fix(挖财记账): 新增开屏广告类型+规则优化 (#2218)
This commit is contained in:
parent
da8a61920e
commit
c54b40a539
|
@ -8,23 +8,28 @@ export default defineAppConfig({
|
|||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchLauncher: true,
|
||||
activityIds: [
|
||||
'com.wacai365.HomeActivity',
|
||||
'com.wacai.android.wind.splash.WindDialogActivity',
|
||||
],
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id="com.wacai365:id/ksad_splash_circle_skip_view"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13162861',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '[id$="id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13177538',
|
||||
'https://i.gkd.li/import/13194893',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
matches: '[text^="跳过"][text.length<=6]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13399124',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user