From 1dc3b149473d3671baa8134e332971132b6b9728 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:08:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E6=B0=94=E9=80=9A):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3052)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3041 --- src/apps/sina.mobile.tianqitong.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/sina.mobile.tianqitong.ts diff --git a/src/apps/sina.mobile.tianqitong.ts b/src/apps/sina.mobile.tianqitong.ts new file mode 100644 index 00000000..ef34aae3 --- /dev/null +++ b/src/apps/sina.mobile.tianqitong.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'sina.mobile.tianqitong', + name: '天气通', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13628049', + }, + ], +});