mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(QQ音乐): 内测体验弹窗 (#1440)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { matches } from 'lodash';
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
@@ -8,12 +7,12 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchLauncher: true,
|
||||
rules: [
|
||||
{
|
||||
activityIds: [
|
||||
'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
'com.tencent.qqmusic.business.splash.thirdpartsplash.tme.union.SplashDialog',
|
||||
'com.miui.home.launcher.Launcher',
|
||||
],
|
||||
matches: 'TextView[text=`跳过`][clickable=true]',
|
||||
snapshotUrls: [
|
||||
@@ -42,5 +41,14 @@ export default defineAppConfig({
|
||||
rules: 'View[id="js_close_btn"][desc="关闭"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13115121',
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '内测体验弹窗',
|
||||
desc: '点击[不再提醒]',
|
||||
activityIds: 'com.tencent.qqmusic.activity.AppStarterActivity',
|
||||
quickFind: true,
|
||||
rules: '[text="抢先体验"] -2 [text="不再提醒"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13178485',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user