mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(TIM): 功能类-自动点击查看原图
This commit is contained in:
23
src/apps/com.tencent.tim.ts
Normal file
23
src/apps/com.tencent.tim.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user