From bf4f605645d15a7e54a889a4e41d5a5ff728ec23 Mon Sep 17 00:00:00 2001 From: lisonge Date: Tue, 26 Sep 2023 10:45:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(Wind=E9=87=91=E8=9E=8D=E7=BB=88=E7=AB=AF):?= =?UTF-8?q?=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/windinfo.android.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/windinfo.android.ts diff --git a/src/apps/windinfo.android.ts b/src/apps/windinfo.android.ts new file mode 100644 index 00000000..47624ceb --- /dev/null +++ b/src/apps/windinfo.android.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'windinfo.android', + name: 'Wind金融终端', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'windinfo.android.LogoAdActivity', + rules: '[id="windinfo.android:id/ivAdPass"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12721428', + }, + ], +});