mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(YouTube): 功能类-自动翻译评论
This commit is contained in:
@@ -82,5 +82,24 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 5,
|
||||
name: '功能类-自动翻译评论',
|
||||
desc: '评论区自动点击[翻译成中文]',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds:
|
||||
'com.google.android.apps.youtube.app.watchwhile.MainActivity',
|
||||
matches:
|
||||
'@Button[desc^="翻译成中文"][clickable=true][visibleToUser=true] <<n [vid="results"]',
|
||||
exampleUrls: 'https://e.gkd.li/e9d6eaa8-9fbf-4b16-8f0c-50239597c687',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/17068544', // 翻译前
|
||||
'https://i.gkd.li/i/17068647', // 翻译后
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user