feat(百词斩): 开屏广告、版本更新 (#2617)

* feat(百词斩):版本更新

* feat(百词斩):开屏广告

close #2630
close #2613
This commit is contained in:
jiuqianyuan
2023-11-30 21:11:31 +08:00
committed by GitHub
parent 7c8568ed1a
commit 0e8b9b1163

View File

@@ -4,6 +4,16 @@ export default defineAppConfig({
id: 'com.jiongji.andriod.card',
name: '百词斩',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13495409',
},
{
key: 1,
name: '活动弹窗',
@@ -12,5 +22,16 @@ export default defineAppConfig({
'[text="反馈"] + ImageView + ImageView[childCount=0][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13415075',
},
{
key: 3,
name: '版本更新',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.baicizhan.main.activity.MainTabActivity',
rules: '[text="抢先体验"] - [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/13488652',
},
],
});