Skip to content

Commit 6a5cbc9

Browse files
authored
Update com.mmbox.xbrowser.ts
1 parent 0b4ca7d commit 6a5cbc9

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

src/apps/com.mmbox.xbrowser.ts

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,38 @@ import { defineGkdApp } from '@gkd-kit/define';
22

33
export default defineGkdApp({
44
id: 'com.mmbox.xbrowser',
5-
name: 'X浏览器',
5+
name: 'X浏览器',
66
groups: [
77
{
88
key: 0,
99
name: '瑞羚签到',
10+
enable: false,
1011
rules: [
1112
{
12-
activityIds: ['.BrowserActivity'],
1313
matches: '[text="立即签到"][visibleToUser=true]',
1414
},
1515
],
1616
},
17+
{
18+
key: 1,
19+
name: '瑞羚签到2',
20+
rules: [
21+
{
22+
matches:
23+
'[text$="立即签到"][name="android.widget.TextView"][visibleToUser=true]',
24+
},
25+
],
26+
},
27+
{
28+
key: 2,
29+
name: '进入直播',
30+
rules: [
31+
{
32+
activityIds: ['com.mmbox.xbrowser.pro.BrowserActivity'],
33+
matches:
34+
'[text="进入直播"][name="android.widget.TextView"][visibleToUser=true]',
35+
},
36+
],
37+
},
1738
],
1839
});

0 commit comments

Comments
 (0)