mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
23 lines
677 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|