From dc91e1006c78834aa8783ad654f02867f1b966d5 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:35:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E5=AE=9D=E6=99=BA=E6=8A=95):?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3320)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3307 --- src/apps/com.hwabao.hbstockwarning.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.hwabao.hbstockwarning.ts diff --git a/src/apps/com.hwabao.hbstockwarning.ts b/src/apps/com.hwabao.hbstockwarning.ts new file mode 100644 index 00000000..2ea3c0bb --- /dev/null +++ b/src/apps/com.hwabao.hbstockwarning.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hwabao.hbstockwarning', + name: '华宝智投', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '@[id="com.hwabao.hbstockwarning:id/btn_skip"] [text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13705367', + }, + ], +});