From 4f98fed03b9c6f6c8168d1df1f6a1ce75444ca41 Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 18 Feb 2024 12:34:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(realme=E7=A4=BE=E5=8C=BA):=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=B1=BB-=E8=87=AA=E5=8A=A8=E7=AD=BE=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.realmecomm.app.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.realmecomm.app.ts diff --git a/src/apps/com.realmecomm.app.ts b/src/apps/com.realmecomm.app.ts new file mode 100644 index 00000000..3c10ea9a --- /dev/null +++ b/src/apps/com.realmecomm.app.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.realmecomm.app', + name: 'realme社区', + groups: [ + { + key: 1, + name: '功能类-自动签到', + rules: [ + { + quickFind: true, + activityIds: 'com.android.realme2.home.view.MainActivity', + matches: '[text="签到"][clickable=true][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/18a5751c-0bbd-475d-be6a-5803307111cb', + snapshotUrls: 'https://i.gkd.li/import/14321155', + }, + ], + }, + ], +});