feat(小马模拟器): 开屏广告(优化规则) (#3393)

This commit is contained in:
Kun Jinkao
2023-12-24 21:03:51 +08:00
committed by GitHub
parent 69b3977f9b
commit 8ad9268ff6

View File

@@ -7,9 +7,15 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'com.ponyemu.main.activitys.AdLaunchActivity', matchTime: 10000,
rules: '[id="com.ponyemu.main:id/time"] +2 [text="跳过"]', actionMaximum: 1,
snapshotUrls: 'https://i.gkd.li/import/12783200', resetMatch: 'app',
quickFind: true,
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/12783200',
'https://i.gkd.li/import/13759413',
],
}, },
], ],
}); });