mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
24 lines
585 B
TypeScript
24 lines
585 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|