From 48ac9d84ea9bf2e902d175cc4dd285bc50dde910 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:46:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(Roco=E6=94=BB=E7=95=A5):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1978)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.rcgd.app.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.rcgd.app.ts diff --git a/src/apps/com.rcgd.app.ts b/src/apps/com.rcgd.app.ts new file mode 100644 index 00000000..61f5a403 --- /dev/null +++ b/src/apps/com.rcgd.app.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.rcgd.app', + name: 'Roco攻略', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.rcgd.app:id/ad_dcloud_main_skip"]', + snapshotUrls: 'https://i.gkd.li/import/13308491', + }, + ], +});