Skip to content

Commit c2f3f05

Browse files
authored
Update com.tencent.mm.ts
1 parent 11fe38e commit c2f3f05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/apps/com.tencent.mm.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export default defineGkdApp({
6363
activityIds: ['.plugin.appbrand.ui.AppBrandUI01'],
6464
matches: '[text="点击打卡"][visibleToUser=true]',
6565
},
66-
],
67-
},
66+
]
67+
}
6868
{
6969
key: 6,
7070
name: '雷签到3',
@@ -115,9 +115,9 @@ export default defineGkdApp({
115115
name: '远方领券',
116116
rules: [
117117
{
118-
matches: '[text="立即领取"][visibleToUser=true]',
119-
},
120-
],
118+
matches: '[text$="立即领取"][visibleToUser=true]',
119+
}
120+
]
121121
},
122122
], // <--- 修正 2: 移除了多余的 ']' 和 '}'
123123
});

0 commit comments

Comments
 (0)