From 42b1fd24e920948973f57f601b8616e08a715ec1 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:05:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E4=BA=B2=E9=80=89):?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#3871?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.honor.qinxuan.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/cn.honor.qinxuan.ts 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', + }, + ], + }, + ], +});