From 9f7dabfba0eb8c980c2602f6da36bc873a9e4143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Tue, 17 Oct 2023 01:17:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=90=91=E6=97=A5=E8=91=B5=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E6=8E=A7=E5=88=B6):=20=E4=BC=9A=E5=91=98=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#1108)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.oray.sunlogin.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/com.oray.sunlogin.ts diff --git a/src/apps/com.oray.sunlogin.ts b/src/apps/com.oray.sunlogin.ts new file mode 100644 index 00000000..4bd2b87b --- /dev/null +++ b/src/apps/com.oray.sunlogin.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.oray.sunlogin', + name: '向日葵远程控制', + groups: [ + { + key: 0, + name: '会员弹窗', + desc: '点击右上角[关闭]', + quickFind: true, + activityIds: 'com.oray.sunlogin.dialog.ShareDialog', + rules: + '@[id="com.oray.sunlogin:id/close"] <2 RelativeLayout[childCount=2] < [id="android:id/content"][childCount=1]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12910411', + exampleUrls: + 'https://github.com/gkd-kit/inspect/assets/38517192/61d335f0-a85a-4e26-80fe-6bc0d1742bc0', + }, + ], +});