Skip to content

Commit 8da5976

Browse files
authored
Update com.mmbox.xbrowser.pro.ts
1 parent 510bd12 commit 8da5976

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/apps/com.mmbox.xbrowser.pro.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ export default defineGkdApp({
2020
rules: [
2121
{
2222
matches:
23-
'[text="立即签到"][name="android.widget.TextView"][visibleToUser=true]',
23+
'[text$="立即签到"][name="android.widget.TextView"][visibleToUser=true]',
2424
},
2525
],
2626
},
2727
{
2828
key: 2,
2929
name: '进入直播',
30-
enable: false,
31-
rules: [
30+
rules: [
3231
{
3332
activityIds: ['com.mmbox.xbrowser.pro.BrowserActivity'],
3433
matches:

0 commit comments

Comments
 (0)