From f6e71886fadff9c348fb59c4097398a150c5d86a Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Sep 2023 00:03:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=87=91=E5=8D=81=E6=95=B0=E6=8D=AE):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=B9=E7=AA=97,=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97,=20=E5=BF=AB=E8=AE=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2-=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97,=20?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E9=A1=B5=E9=9D=A2-=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=EF=BC=88=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD?= =?UTF-8?q?=EF=BC=89=20=20(#310)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jin10.ts | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/apps/com.jin10.ts diff --git a/src/apps/com.jin10.ts b/src/apps/com.jin10.ts new file mode 100644 index 00000000..5855105c --- /dev/null +++ b/src/apps/com.jin10.ts @@ -0,0 +1,37 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jin10', + name: '金十数据', + groups: [ + { + key: 1, + name: '更新弹窗', + activityIds: ['com.jin10.lgd.update.UpdateActivity'], + rules: '@[id="com.jin10:id/update_cancel"] + [id="com.jin10:id/iv_pic"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12706043'], + }, + { + key: 2, + name: '首页广告弹窗', + activityIds: ['com.jin10.lgd.biz.MainActivity'], + rules: '[id="com.jin10:id/iv_body"] + [id="com.jin10:id/iv_close"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12706045'], + }, + { + key: 3, + name: '快讯页面-广告弹窗', + activityIds: ['com.jin10.lgd.biz.MainActivity'], + rules: '@[id="com.jin10:id/iv_close"] + [id="com.jin10:id/iv_pic"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12706047'], + }, + { + enable: false, + key: 10, + name: '会员页面-顶部广告', + activityIds: ['com.jin10.lgd.biz.MainActivity'], + rules: '[id="com.jin10:id/iv_header"] + [id="com.jin10:id/iv_close"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12706051'], + }, + ], +});