We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a99802 commit 497ce9fCopy full SHA for 497ce9f
src/apps/org.localsend.localsend_app.ts
@@ -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