From 827eeebea9bb8f71b95daa3067c5ab7b0b04a69f Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:19:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B6=8A=E7=89=9B=E6=96=B0=E9=97=BB):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2949)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2947 --- src/apps/com.cmstop.shaoxing.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.cmstop.shaoxing.ts diff --git a/src/apps/com.cmstop.shaoxing.ts b/src/apps/com.cmstop.shaoxing.ts new file mode 100644 index 00000000..a852bb02 --- /dev/null +++ b/src/apps/com.cmstop.shaoxing.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cmstop.shaoxing', + name: '越牛新闻', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + actionMaximum: 1, + matchTime: 10000, + resetMatch: 'app', + rules: '[id="com.cmstop.shaoxing:id/roundProgressBar"]', + snapshotUrls: 'https://i.gkd.li/import/13611775', + }, + ], +});