From 74e8aaea6d27620c78a3fe287a9aa7b1b7052dce Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:34:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E9=93=B6=E6=B2=B3?= =?UTF-8?q?=E8=AF=81=E5=88=B8):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2092 --- src/apps/com.galaxy.stock.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.galaxy.stock.ts diff --git a/src/apps/com.galaxy.stock.ts b/src/apps/com.galaxy.stock.ts new file mode 100644 index 00000000..e900d8ed --- /dev/null +++ b/src/apps/com.galaxy.stock.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.galaxy.stock', + name: '中国银河证券', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13344065', + }, + ], +});