From ecfa7380c51c6f70da7113162191eb2b9a56e81f Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:51:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(Oclean=20Care):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2756)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2754 --- src/apps/com.yunding.noopsychebrush.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.yunding.noopsychebrush.ts diff --git a/src/apps/com.yunding.noopsychebrush.ts b/src/apps/com.yunding.noopsychebrush.ts new file mode 100644 index 00000000..7ad9a29b --- /dev/null +++ b/src/apps/com.yunding.noopsychebrush.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yunding.noopsychebrush', + name: 'Oclean Care', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + resetMatch: 'app', + actionMaximum: 1, + matchTime: 10000, + rules: '[id="com.yunding.noopsychebrush:id/btn_skip"]', + snapshotUrls: 'https://i.gkd.li/import/13536134', + }, + ], +});