From 67ee8fd3ad4a582d16cc400fbc6b27b68747747f Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:12:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BD=E5=AE=B6=E6=94=BF=E5=8A=A1?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=B9=B3=E5=8F=B0):=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2382)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(国家政务服务平台):开屏广告 * feat(国家政务服务平台): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/com.service.android.gov.cn.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.service.android.gov.cn.ts diff --git a/src/apps/com.service.android.gov.cn.ts b/src/apps/com.service.android.gov.cn.ts new file mode 100644 index 00000000..5d075faa --- /dev/null +++ b/src/apps/com.service.android.gov.cn.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.service.android.gov.cn', + name: '国家政务服务平台', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13433821', + }, + ], +});