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

feat(荣耀亲选):首页广告弹窗 #3871

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
},
],
},
],
});