mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(软件包安装程序): 功能类-自动安装应用(补充activityid)
This commit is contained in:
@@ -12,11 +12,15 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '点击[继续安装]',
|
name: '点击[继续安装]',
|
||||||
activityIds: 'com.android.packageinstaller.PackageInstallerActivity',
|
activityIds: [
|
||||||
|
'com.android.packageinstaller.PackageInstallerActivity',
|
||||||
|
'com.android.packageinstaller.FlymePackageInstallerActivity',
|
||||||
|
],
|
||||||
matches: '[text="继续安装"]',
|
matches: '[text="继续安装"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13206444',
|
'https://i.gkd.li/i/13206444',
|
||||||
'https://i.gkd.li/i/14046749',
|
'https://i.gkd.li/i/14046749',
|
||||||
|
'https://i.gkd.li/i/16550275',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user