From 425b97d2ec8128978b192f48ae08a581181e7adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:22:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BA=AF=E7=BA=AF=E6=89=93=E7=A0=81):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=A3=E9=94=81?= =?UTF-8?q?=E9=AB=98=E7=BA=A7=E5=8A=9F=E8=83=BD=20(#318)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ✨小透明・宸✨ <47057319+TransparentLC@users.noreply.github.com> Co-authored-by: github-actions[bot] --- src/apps/me.drakeet.puremosaic.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/me.drakeet.puremosaic.ts diff --git a/src/apps/me.drakeet.puremosaic.ts b/src/apps/me.drakeet.puremosaic.ts new file mode 100644 index 00000000..6c6109ed --- /dev/null +++ b/src/apps/me.drakeet.puremosaic.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'me.drakeet.puremosaic', + name: '纯纯打码', + groups: [ + { + key: 1, + name: '全屏广告-解锁高级功能', + desc: '点击“不”', + fastQuery: true, + activityIds: ['.MainActivity', 'me.iwf.photopicker.PhotoPickerActivity'], + rules: [ + { + matches: ['[text="解锁高级功能"]', '[text="不"]'], + action: 'clickNode', + snapshotUrls: [ + 'https://i.gkd.li/i/16761630', + 'https://i.gkd.li/i/16761818', + ], + }, + ], + }, + ], +});