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

Commit

Permalink
feat(51信用卡管家): 开屏广告 (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Nov 18, 2023
1 parent f7186fc commit 8a7b758
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.zhangdan.app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.zhangdan.app',
name: '51信用卡管家',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13398996',
},
],
});

0 comments on commit 8a7b758

Please sign in to comment.