From ca85ed622ad5273a73f7d83a881bc03cacab919f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:44:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E5=A4=A9=E5=9F=BA=E9=87=91):=20?= =?UTF-8?q?=E8=87=AA=E9=80=89=E9=A1=B5=E9=9D=A2=E5=B9=BF=E5=91=8A,=20?= =?UTF-8?q?=E8=87=AA=E9=80=89=E9=A1=B5=E9=9D=A2=E7=BC=A9=E5=86=99=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF=EF=BC=88=E9=BB=98=E8=AE=A4=E5=85=B3?= =?UTF-8?q?=E9=97=AD=EF=BC=89=20(#127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.eastmoney.android.fund.ts | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/apps/com.eastmoney.android.fund.ts diff --git a/src/apps/com.eastmoney.android.fund.ts b/src/apps/com.eastmoney.android.fund.ts new file mode 100644 index 00000000..507f8588 --- /dev/null +++ b/src/apps/com.eastmoney.android.fund.ts @@ -0,0 +1,29 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.eastmoney.android.fund', + name: '天天基金', + groups: [ + { + key: 1, + name: '自选页面广告', + activityIds: + 'com.eastmoney.android.fund.centralis.activity.FundRootActivity', + rules: [ + 'FrameLayout > FrameLayout > ImageView + FrameLayout[childCount=1] > ImageView', + ], + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642387', + }, + { + enable: false, + key: 2, + name: '自选页面缩写提示信息', + activityIds: + 'com.eastmoney.android.fund.centralis.activity.FundRootActivity', + rules: [ + '[desc="表示场内基金的最新价和折价率"] -(2) FrameLayout < FrameLayout + ImageView', + ], + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642387', + }, + ], +});