mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(Google Play 服务): 功能类-谷歌填充密码自动授权
This commit is contained in:
32
src/apps/com.google.android.gms.ts
Normal file
32
src/apps/com.google.android.gms.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user