feat(Keep):开屏广告 (#3123)

close #3096
This commit is contained in:
jiuqianyuan
2023-12-15 19:23:45 +08:00
committed by GitHub
parent 25fa988fce
commit 009f4759a2

View File

@@ -7,9 +7,20 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'com.gotokeep.keep.splash.SplashActivity', matchTime: 10000,
rules: '[id="com.gotokeep.keep:id/textSkip"]', actionMaximum: 1,
snapshotUrls: 'https://i.gkd.li/import/12706108', resetMatch: 'app',
quickFind: true,
rules: [
{
key: 0,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/12706108',
'https://i.gkd.li/import/13635599',
],
},
],
}, },
{ {
key: 1, key: 1,