From 08f98b26769006dd0363d54580409faa1d4fa89d Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:04:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ=E9=9F=B3=E4=B9=90):=20=E5=85=8D?= =?UTF-8?q?=E6=B5=81=E5=BC=B9=E7=AA=97;=20=E5=BC=80=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#1575)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(QQ音乐):内测、广告体验弹窗 * Update com.tencent.qqmusic.ts * Update com.tencent.qqmusic.ts * chore(actions): check_format_lint * feat(QQ音乐): 免流弹窗 * feat(QQ音乐): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge close #1569 --- src/apps/com.tencent.qqmusic.ts | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/apps/com.tencent.qqmusic.ts b/src/apps/com.tencent.qqmusic.ts index 34b656b0..9156c85d 100644 --- a/src/apps/com.tencent.qqmusic.ts +++ b/src/apps/com.tencent.qqmusic.ts @@ -7,13 +7,12 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - matchLauncher: true, + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { - activityIds: [ - 'com.tencent.qqmusic.activity.AppStarterActivity', - 'com.tencent.qqmusic.business.splash.thirdpartsplash.tme.union.SplashDialog', - ], matches: 'TextView[text=`跳过`][clickable=true]', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12673960', // text="互动广告" @@ -50,5 +49,14 @@ export default defineAppConfig({ rules: '[text="抢先体验"] -2 [text="不再提醒"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/13178485', }, + { + key: 4, + name: '免流弹窗', + desc: '点击[流量够用]', + activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity', + quickFind: true, + rules: '[text="流量够用"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13197868', + }, ], });