mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(应用包管理组件): 功能类-自动安装/更新应用(补充activityid #490)
This commit is contained in:
@@ -36,13 +36,17 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '点击[安装]/[更新]',
|
name: '点击[安装]/[更新]',
|
||||||
activityIds: 'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
activityIds: [
|
||||||
|
'com.miui.packageInstaller.NewInstallerPrepareActivity',
|
||||||
|
'com.miui.packageInstaller.ui.InstallPrepareAlertActivity',
|
||||||
|
],
|
||||||
matches:
|
matches:
|
||||||
'@FrameLayout[clickable=true] > LinearLayout[childCount=1] > [text^="继续"][text.length=4]',
|
'@FrameLayout[clickable=true] > LinearLayout[childCount=1] > [text^="继续"][text.length=4]',
|
||||||
exampleUrls: 'https://e.gkd.li/bd3e2764-4978-44ed-93d3-f176c23c3ec4',
|
exampleUrls: 'https://e.gkd.li/bd3e2764-4978-44ed-93d3-f176c23c3ec4',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/16487278',
|
'https://i.gkd.li/i/16487278',
|
||||||
'https://i.gkd.li/i/16487282',
|
'https://i.gkd.li/i/16487282',
|
||||||
|
'https://i.gkd.li/i/17691996',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user