mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ音乐): 免流弹窗; 开屏广告-规则优化 (#1575)
* 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] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li> close #1569
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user