mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
* feat(Google翻译): 登录弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2632
23 lines
667 B
TypeScript
23 lines
667 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',
|
|
},
|
|
],
|
|
});
|