Skip to content

Commit

Permalink
feat(X): 功能类-自动翻译帖子、功能类-自动显示更多帖子 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Feb 7, 2024
1 parent d4d5e02 commit 7c638c0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/apps/com.twitter.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,21 @@ export default defineAppConfig({
},
],
},
{
key: 6,
name: '功能类-自动翻译帖子',
quickFind: true,
activityIds: 'com.twitter.tweetdetail.TweetDetailActivity',
rules: '[vid="translation_link"]',
snapshotUrls: 'https://i.gkd.li/import/14189895',
},
{
key: 7,
name: '功能类-自动显示更多帖子',
quickFind: true,
activityIds: 'com.twitter.app.main.MainActivity',
rules: '[vid="gap_text"][text="显示更多帖子"]',
snapshotUrls: 'https://i.gkd.li/import/14189897',
},
],
});

0 comments on commit 7c638c0

Please sign in to comment.