Skip to content

Commit

Permalink
feat(抖音): 其他-个性化推荐弹窗 (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Feb 3, 2025
1 parent 9106466 commit d8915a6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.ss.android.ugc.aweme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,5 +436,22 @@ export default defineGkdApp({
},
],
},
{
key: 23,
name: '其他-个性化推荐弹窗',
desc: '点击[稍后再说]',
rules: [
{
fastQuery: true,
activityIds: '.main.MainActivity',
matches: [
'[text*="个性化推荐"][visibleToUser=true]',
'[text="稍后再说"][visibleToUser=true]',
],
exampleUrls: 'https://e.gkd.li/987234ad-de0f-40d8-b7dd-d3c600609949',
snapshotUrls: 'https://i.gkd.li/i/18633134',
},
],
},
],
});

0 comments on commit d8915a6

Please sign in to comment.