diff --git a/src/apps/cn.honor.qinxuan.ts b/src/apps/cn.honor.qinxuan.ts new file mode 100644 index 00000000..848e04eb --- /dev/null +++ b/src/apps/cn.honor.qinxuan.ts @@ -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', + }, + ], + }, + ], +});