mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(软件包安装程序、QQ):优化规则
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user