feat(TIM): 功能类-自动点击查看原图

This commit is contained in:
AIsouler
2024-05-03 16:08:16 +08:00
parent 3070878e5f
commit 83f441cde1

View File

@@ -0,0 +1,23 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.tencent.tim',
name: 'TIM',
groups: [
{
key: 1,
name: '功能类-自动点击查看原图',
rules: [
{
quickFind: true,
activityIds:
'com.tencent.mobileqq.richmediabrowser.AIOGalleryActivity',
matches: '[text^="查看原图"]',
exampleUrls:
'https://m.gkd.li/57941037/894c5e7b-aab1-452c-a2a7-67a605506c89',
snapshotUrls: 'https://i.gkd.li/i/15197486',
},
],
},
],
});