mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(YouTube RVX): 功能类-评论区自动点击[翻译成中文] (#668)
This commit is contained in:
23
src/apps/anddea.youtube.ts
Normal file
23
src/apps/anddea.youtube.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'anddea.youtube',
|
||||||
|
name: 'YouTube RVX',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '功能类-评论区自动点击[翻译成中文]',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds:
|
||||||
|
'com.google.android.apps.youtube.app.watchwhile.MainActivity',
|
||||||
|
matches:
|
||||||
|
'@Button[desc^="翻译成中文"][visibleToUser=true] <<n [vid="results"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/c16f1e91-7c74-46d4-bcb2-dc15e9b6812d',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/18287650',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user