feat(美图秀秀): 版本更新 (#1766)

close #1757
This commit is contained in:
jiuqianyuan 2023-11-04 00:25:05 +08:00 committed by GitHub
parent dd029f1ac2
commit 3b4193256c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,9 +7,22 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
activityIds: 'com.meitu.business.ads.core.activity.AdActivity',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text=`跳过广告`]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12472627',
},
{
key: 1,
name: '版本更新',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="升级新版客户端"] - [text="取消"][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/13238352',
},
],
});