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 14, 2024
1 parent 935259f commit e251429
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/apps/cn.honor.qinxuan.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'cn.honor.qinxuan',
name: '荣耀亲选',
groups: [
{
key: 1,
quickFind: true,
name: '全屏广告-首页广告弹窗',
desc: '点击X',
rules: [
{
matches: '[id="cn.honor.qinxuan:id/iv_close_dlg"]',
snapshotUrls: 'https://i.gkd.li/import/13930613',
},
],
},
],
});

0 comments on commit e251429

Please sign in to comment.