diff --git a/src/apps/com.hupu.games.ts b/src/apps/com.hupu.games.ts new file mode 100644 index 00000000..79b31190 --- /dev/null +++ b/src/apps/com.hupu.games.ts @@ -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', + }, + ], +});