From 094bed0190d0f888946ab7a14cf5ebcf6a9e8670 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:11:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(MOMO=E9=99=8C=E9=99=8C)=20=E9=9D=92?= =?UTF-8?q?=E5=B0=91=E5=B9=B4=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.immomo.momo.ts | 16 ++++++++++++++++ 1 file changed, 16 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..597629f8 --- /dev/null +++ b/src/apps/com.immomo.momo.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.immomo.momo', + name: 'MOMO陌陌', + groups: [ + { + key: 1, + name: '青少年模式', + actionMaximum: 1, + resetMatch: 'app', + rules: '[text$="青少年模式"] + [text="知道了"]', + snapshotUrls: 'https://i.gkd.li/i/14395028', + }, + ], +});