Skip to content

Commit 619c102

Browse files
authored
Update com.android.browser.ts
1 parent cdb1a24 commit 619c102

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/apps/com.android.browser.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,17 @@ export default defineGkdApp({
3636
},
3737
],
3838
},
39+
{
40+
key: 3,
41+
name: '瑞羚签到3',
42+
enable: false,
43+
rules: [
44+
{
45+
activityIds: ['com.android.browser.BrowserActivity'],
46+
matches:
47+
'[text="2:57 立即签到"][name="android.widget.TextView"][visibleToUser=true]',
48+
},
49+
],
50+
},
3951
],
4052
});

0 commit comments

Comments
 (0)