feat(酷狗概念版): 开屏广告 (#2045)

* feat(酷狗概念版):开屏广告

* chore(actions): check_format_lint

* Update com.kugou.android.lite.ts

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2012
close #1993
This commit is contained in:
jiuqianyuan
2023-11-13 01:07:05 +08:00
committed by GitHub
parent 1388c8d60a
commit 4d9833999f

View File

@@ -7,11 +7,25 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
matchLauncher: true,
activityIds:
'com.kugou.android.app.splash.adcontainer.AdContainerActivity',
rules: '@[desc="跳过"] - FrameLayout >n [text="互动广告"]',
snapshotUrls: 'https://i.gkd.li/import/12919282',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13324363',
'https://i.gkd.li/import/13318737',
],
},
{
key: 1,
matches: '[desc*="跳过" && desc.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/12919282',
},
],
},
],
});