feat(软件包安装程序、QQ):优化规则

This commit is contained in:
aisouler
2024-02-02 18:05:07 +08:00
parent 1c3e99d246
commit 077e9d3328
3 changed files with 12 additions and 17 deletions

View File

@@ -20,16 +20,16 @@ export default defineAppConfig({
},
{
key: 1,
activityIds: 'com.android.packageinstaller.NewInstallInstalling',
matches: [
'@[clickable=true][childCount=1] > [text="完成"]',
'[id="com.android.packageinstaller:id/done_button"][clickable=true]',
activityIds: [
'com.android.packageinstaller.NewInstallInstalling',
'com.android.packageinstaller.InstallSuccess',
],
matches: '[text="完成"]',
snapshotUrls: [
'https://i.gkd.li/import/13206476', //规则1
//规则2
'https://i.gkd.li/import/13206476',
'https://i.gkd.li/import/13766420',
'https://i.gkd.li/import/13962438', //text=null
'https://i.gkd.li/import/13962438',
'https://i.gkd.li/import/14138323',
],
},
],