From 9e8cee39bc39fc53cb11e859b28240d731e1f130 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:34:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=A1=82=E6=9E=97=E9=93=B6=E8=A1=8C):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#945)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.glyh.mbank.pro.ts * Update com.glyh.mbank.pro.ts * chore(actions): check_format_lint * feat(桂林银行): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 close #939 --- src/apps/com.glyh.mbank.pro.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.glyh.mbank.pro.ts diff --git a/src/apps/com.glyh.mbank.pro.ts b/src/apps/com.glyh.mbank.pro.ts new file mode 100644 index 00000000..b8eafd22 --- /dev/null +++ b/src/apps/com.glyh.mbank.pro.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.glyh.mbank.pro', + name: '桂林银行', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + rules: 'TextView[id="com.glyh.mbank.pro:id/tv_countdown"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12876201', + }, + ], +});