From a8521b920241946b8cd6d0ab36287f4316268a3a Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:34:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=99=8C=E9=99=8C):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2058)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2056 --- src/apps/com.immomo.momo.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.immomo.momo.ts diff --git a/src/apps/com.immomo.momo.ts b/src/apps/com.immomo.momo.ts new file mode 100644 index 00000000..1f253abf --- /dev/null +++ b/src/apps/com.immomo.momo.ts @@ -0,0 +1,23 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.immomo.momo', + name: '陌陌', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[text^="跳过"][text.length<10]', + snapshotUrls: 'https://i.gkd.li/import/13329992', + }, + ], + }, + ], +});