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

Commit

Permalink
feat(找靓机):全屏广告-超级补贴日弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 13, 2024
1 parent 935259f commit e4780a4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/apps/com.huodao.hdphone.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.huodao.hdphone',
name: '找靓机',
groups: [
{
key: 1,
quickFind: true,
name: '全屏广告-超级补贴日弹窗',
desc: '点击X',
rules: [
{
matches: '[id="android:id/content"] >2 [id="com.huodao.hdphone:id/dialog_close"]',
snapshotUrls: 'https://i.gkd.li/import/13927567',
},
],
},
],
});

0 comments on commit e4780a4

Please sign in to comment.