feat(iGPSPORT): 开屏广告(优化规则)、更新弹窗 (#3540)

* feat 开屏广告(优化规则)

* feat 更新弹窗
This commit is contained in:
Kun Jinkao 2024-01-02 20:11:09 +08:00 committed by GitHub
parent a855788458
commit 2cce1c8015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,20 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
activityIds: 'com.igpsport.globalapp.activity.SplashAdActivity',
rules: '[id="com.igpsport.igpsportandroid:id/tvSkip"]',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/12818230',
},
{
key: 1,
name: '更新弹窗',
actionMaximum: 1,
resetMatch: 'app',
rules: '@[text="忽略本次"] + [text="立即升级"]',
snapshotUrls: 'https://i.gkd.li/import/13797203',
},
],
});