From 5df86fafa6e16565e298f61b460a4ddae0f23124 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:56:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=9A=82=E8=9A=81=E8=B4=A2=E5=AF=8C):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#554)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.antfortune.wealth.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.antfortune.wealth.ts diff --git a/src/apps/com.antfortune.wealth.ts b/src/apps/com.antfortune.wealth.ts new file mode 100644 index 00000000..1e442e04 --- /dev/null +++ b/src/apps/com.antfortune.wealth.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.antfortune.wealth', + name: '蚂蚁财富', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.alipay.mobile.quinox.LauncherActivity', + rules: + '[id="com.antfortune.wealth:id/welcome_page"] > RelativeLayout + View', + snapshotUrls: 'https://gkd-kit.songe.li/import/12776577', + }, + ], +});