feat(TapTap): 游戏浏览界面-推荐广告 (#770)

This commit is contained in:
Kun Jinkao 2023-10-08 23:07:05 +08:00 committed by GitHub
parent 1edda1661e
commit 48a9b589ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
src/apps/com.taptap.ts Normal file
View 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',
},
],
},
],
});