mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
@@ -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="互动广告"]',
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user