Skip to content

Commit 34acb33

Browse files
authored
Update com.tencent.mm.ts
1 parent 92f524b commit 34acb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apps/com.tencent.mm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default defineGkdApp({
6262
{
6363
activityIds: ['.plugin.appbrand.ui.AppBrandUI01'],
6464
matches: '[text="点击打卡"][visibleToUser=true]',
65-
}
65+
},
6666
],
6767
},
6868
{
@@ -117,7 +117,7 @@ export default defineGkdApp({
117117
{
118118
matches: '[text$="立即领取"][visibleToUser=true]',
119119
},
120-
],
120+
]
121121
},
122122
], // <--- 修正 2: 移除了多余的 ']' 和 '}'
123123
});

0 commit comments

Comments
 (0)