mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(TapTap): 游戏浏览界面-推荐广告 (#770)
This commit is contained in:
28
src/apps/com.taptap.ts
Normal file
28
src/apps/com.taptap.ts
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.taptap',
|
||||||
|
name: 'TapTap',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '游戏浏览界面-推荐广告',
|
||||||
|
desc: '自动点击【对此内容不感兴趣】',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'com.android.launcher3.Launcher',
|
||||||
|
matches: '[id="com.taptap.app.game:id/app_menu"][visibleToUser=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12840903',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds:
|
||||||
|
'com.taptap.game.discovery.impl.findgame.allgame.dialog.FindGameMenuDialog',
|
||||||
|
matches: '@LinearLayout > [text="对此内容不感兴趣"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12840904',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user