feat(讯飞输入法):开屏广告 (#3124)

close #3098
This commit is contained in:
jiuqianyuan
2023-12-15 19:24:07 +08:00
committed by GitHub
parent 009f4759a2
commit 8db2bd77f6

View File

@@ -8,20 +8,23 @@ export default defineAppConfig({
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
desc: '点击右上方跳过按钮', desc: '点击右上方跳过按钮',
matchLauncher: true, matchTime: 10000,
activityIds: actionMaximum: 1,
'com.iflytek.inputmethod.settingsnew.splash.activity.NewSplashActivity', resetMatch: 'app',
rules: [ rules: [
{ {
key: 0, key: 0,
matches: '[id="com.iflytek.inputmethod.settingsnew:id/ll_skip"]', quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/12906597', snapshotUrls: 'https://i.gkd.li/import/12906597',
}, },
{ {
key: 1, actionMaximumKey: 0,
matches: matches: '[id$="tt_splash_skip_btn"]',
'[id="com.iflytek.inputmethod.minigame:id/tt_splash_skip_btn"]', snapshotUrls: [
snapshotUrls: 'https://i.gkd.li/import/13054922', 'https://i.gkd.li/import/13054922',
'https://i.gkd.li/import/13635665',
],
}, },
], ],
}, },