Skip to content

Commit

Permalink
feat: 查看原图
Browse files Browse the repository at this point in the history
  • Loading branch information
W7256 committed Mar 29, 2024
1 parent 7f9df3d commit 95b130b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/apps/com.tencent.wework.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.tencent.wework',
name: '企业微信',
groups: [
{
key: 1,
name: '功能类-查看原图',
rules: [
{
quickFind: true,
activityIds:
'com.tencent.wework.msg.controller.MediaPreviewerActivity',
matches: '[text^="查看原图"]',
exampleUrls:
'https://m.gkd.li/110102406/23afd49e-ceaf-481d-b59f-02427bcaaac5',
snapshotUrls: 'https://i.gkd.li/i/14801540',
},
],
},
],
});

0 comments on commit 95b130b

Please sign in to comment.