From 6262b8cde9b23a03360a32607c11faa240f8b60f Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 8 Oct 2023 00:27:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=9C=9C=E6=BA=90):=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=BC=B9=E7=AA=97=20(#734)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(蜜源) - 版本升级弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.jf.my.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/apps/com.jf.my.ts diff --git a/src/apps/com.jf.my.ts b/src/apps/com.jf.my.ts new file mode 100644 index 00000000..d4c82ee7 --- /dev/null +++ b/src/apps/com.jf.my.ts @@ -0,0 +1,20 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jf.my', + name: '蜜源', + groups: [ + { + key: 0, + name: '版本升级弹窗', + activityIds: ['com.lbe.security.ui.CountdownDialogActivity'], + rules: [ + { + matches: + '[id="com.jf.my:id/btn_ok"][text="更新"] - [id="com.jf.my:id/btn_cancel"][text="关闭"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12838034', + }, + ], + }, + ], +});