From ad0708e13e9735e55c7e7b13c612712f3eb08cf2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 4 May 2024 20:55:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(TIM):=20=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E5=8F=91=E9=80=81=E5=9B=BE=E7=89=87=E6=97=B6=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8B=BE=E9=80=89[=E5=8E=9F=E5=9B=BE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.tim.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.tencent.tim.ts b/src/apps/com.tencent.tim.ts index 0e856844..870b5e89 100644 --- a/src/apps/com.tencent.tim.ts +++ b/src/apps/com.tencent.tim.ts @@ -19,5 +19,19 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '功能类-发送图片时自动勾选[原图]', + rules: [ + { + quickFind: true, + activityIds: 'com.tencent.mobileqq.activity.SplashActivity', + matches: '@[checked=false] + [text="原图"]', + exampleUrls: + 'https://m.gkd.li/57941037/57b4e39f-ba48-4e57-a5de-3a461a583e60', + snapshotUrls: 'https://i.gkd.li/i/15209768', + }, + ], + }, ], });