Files
AIsouler-GKD_subscription/src/apps/com.google.android.apps.translate.ts

23 lines
677 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.google.android.apps.translate',
name: 'Google翻译',
groups: [
{
enable: false,
key: 4,
name: '功能类-登录弹窗',
desc: '登录备份翻译记录',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.google.android.apps.translate.TranslateActivity',
rules:
'Button[id="com.google.android.apps.translate:id/sign_in_button"] + [id="com.google.android.apps.translate:id/secondary_action_button"]',
snapshotUrls: 'https://i.gkd.li/import/13495796',
},
],
});