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

Commit

Permalink
feat(二柄): 开屏广告、签到弹窗 (#2168)
Browse files Browse the repository at this point in the history
* feat 开屏广告

* feat 签到弹窗
  • Loading branch information
Snoopy1866 authored Nov 18, 2023
1 parent bcd6d05 commit 85f2c6c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/apps/com.diershoubing.erbing.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.diershoubing.erbing',
name: '二柄',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'@[id="com.byted.pangle:id/tt_splash_skip_btn"] <<n [id="com.diershoubing.erbing:id/containerV"]',
snapshotUrls: 'https://i.gkd.li/import/13378853',
},
{
key: 1,
name: '签到弹窗',
activityIds: 'com.diershoubing.erbing.activity.MainReActivity',
rules:
'@[id="com.diershoubing.erbing:id/closeBtn"] - * > [text="签到成功"]',
snapshotUrls: 'https://i.gkd.li/import/13378845',
},
],
});

0 comments on commit 85f2c6c

Please sign in to comment.