Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fix(QQ): 好友动态-广告卡片二次点击失效 (#3716)
Browse files Browse the repository at this point in the history
close #3714
  • Loading branch information
adproqwq authored Jan 14, 2024
1 parent 1ea628b commit 7dad078
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/apps/com.tencent.mobileqq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,16 @@ export default defineAppConfig({
{
preKeys: 0,
key: 1,
activityIds:
activityIds: [
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
'com.tencent.mobileqq.activity.SplashActivity',
],
quickFind: true,
matches: '@[clickable=true] > ImageView + [text="关闭此条广告"]',
snapshotUrls: 'https://i.gkd.li/import/12840889',
snapshotUrls: [
'https://i.gkd.li/import/12840889',
'https://i.gkd.li/import/13831867', //activityId: 'com.tencent.mobileqq.activity.SplashActivity'
],
},
{
preKeys: 0,
Expand Down

0 comments on commit 7dad078

Please sign in to comment.