mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(vivo 软件包安装程序): 自动安装应用 (#1607)
This commit is contained in:
29
src/apps/com.android.packageinstaller.ts
Normal file
29
src/apps/com.android.packageinstaller.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.android.packageinstaller',
|
||||
name: 'vivo 软件包安装程序',
|
||||
groups: [
|
||||
{
|
||||
enable: false,
|
||||
key: 1,
|
||||
name: '自动安装应用',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.android.packageinstaller.PackageInstallerActivity',
|
||||
matches: '@LinearLayout > [text="继续安装"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13206444',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
preKeys: 0,
|
||||
activityIds: 'com.android.packageinstaller.NewInstallInstalling',
|
||||
matches: '@LinearLayout > [text="完成"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13206476',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user