From 1d2134ca8bd6fa6c2385f8e1a0c8358cda2343a3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 4 Mar 2024 17:27:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(Google=20Play=20=E6=9C=8D=E5=8A=A1):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=B1=BB-=E8=B0=B7=E6=AD=8C=E5=A1=AB?= =?UTF-8?q?=E5=85=85=E5=AF=86=E7=A0=81=E8=87=AA=E5=8A=A8=E6=8E=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.google.android.gms.ts | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/apps/com.google.android.gms.ts diff --git a/src/apps/com.google.android.gms.ts b/src/apps/com.google.android.gms.ts new file mode 100644 index 00000000..a81afeb7 --- /dev/null +++ b/src/apps/com.google.android.gms.ts @@ -0,0 +1,32 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.google.android.gms', + name: 'Google Play 服务', + groups: [ + { + key: 1, + name: '功能类-谷歌填充密码自动授权', + desc: '勾选[不再显示]-点击[使用]', + quickFind: true, + activityIds: 'com.google.android.gms.autofill.ui.AutofillDialogActivity', + rules: [ + { + key: 0, + matches: '[text="不再显示"][checked=false]', + exampleUrls: + 'https://m.gkd.li/57941037/26d02bb7-efb2-4b8c-b27a-32a878ac89b1', + snapshotUrls: 'https://i.gkd.li/i/14479073', + }, + { + preKeys: 0, + key: 1, + matches: '[text="使用"]', + exampleUrls: + 'https://m.gkd.li/57941037/b05ef245-7e2e-4516-80e5-12832296ec8f', + snapshotUrls: 'https://i.gkd.li/i/14479128', + }, + ], + }, + ], +});