Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fix: 虎扑-开屏广告 #12 #10 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 4, 2023
1 parent 28423c7 commit 6278c8f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/apps/com.hupu.games.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.hupu.games',
name: '虎扑',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.hupu.games.main.MainActivity',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12509060',
},
],
});

0 comments on commit 6278c8f

Please sign in to comment.