Skip to content

Commit 497ce9f

Browse files
committed
feat: LocalSend 功能类-自动显示[高级]信息
1 parent 3a99802 commit 497ce9f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
import { defineGkdApp } from '@gkd-kit/define';
2+
3+
export default defineGkdApp({
4+
id: 'org.localsend.localsend_app',
5+
name: 'LocalSend',
6+
groups: [
7+
{
8+
key: 1,
9+
name: '功能类-自动显示[高级]信息',
10+
desc: '文件传输自动显示更多信息',
11+
rules: [
12+
{
13+
fastQuery: true,
14+
activityIds: '.MainActivity',
15+
matches:
16+
'@Button[index=0] < View[childCount=2][desc*="%"][desc.length<20] - * <<5 [id="android:id/content"]',
17+
snapshotUrls: 'https://i.gkd.li/i/26314722',
18+
excludeSnapshotUrls: 'https://i.gkd.li/i/26314724', // 高级信息已显示
19+
exampleUrls: [
20+
'https://e.gkd.li/54a7208c-03b2-4e74-a8ed-99829d72c8c5',
21+
'https://e.gkd.li/8cda8b96-aace-4137-887d-dbfe7c17b320', // 高级信息已显示
22+
],
23+
},
24+
],
25+
},
26+
],
27+
});

0 commit comments

Comments
 (0)