mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:32:22 +08:00
feat(TapTap): 游戏浏览界面-推荐广告 (#770)
This commit is contained in:
parent
1edda1661e
commit
48a9b589ba
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user