File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,38 @@ import { defineGkdApp } from '@gkd-kit/define';
22
33export 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} ) ;
You can’t perform that action at this time.
0 commit comments