From 565b7ce97c06dca510b97ffb6422e5459f5a5451 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 10 Aug 2025 21:02:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=AE=E4=BF=A1-=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-=E8=87=AA=E5=8A=A8=E6=8E=A5=E9=BE=99=20#1091?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 0963ea18..fa912019 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -731,5 +731,28 @@ export default defineGkdApp({ }, ], }, + { + key: 41, + name: '功能类-自动接龙', + desc: '手动点接龙后点击加号再点击发送', + fastQuery: true, + activityIds: '.plugin.groupsolitaire.ui.GroupSolitatireEditUI', + rules: [ + { + key: 0, + matches: + '@[desc="添加"] -n LinearLayout > [text^="由"][text*="发起接龙"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/5f446d2a-432f-4dca-9bb7-81eba83713c6', + snapshotUrls: 'https://i.gkd.li/i/21705413', + }, + { + preKeys: [0], + matches: + '@[text="发送"] < LinearLayout < LinearLayout < LinearLayout - [vid="actionbar_up_indicator"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/30f0f903-0a1a-422e-991c-02b7cbedc2da', + snapshotUrls: 'https://i.gkd.li/i/21705384', + }, + ], + }, ], });