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