mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
feat(软件包安装程序、QQ):优化规则
This commit is contained in:
@@ -379,21 +379,16 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
quickFind: true,
|
||||
matches: '[id="com.tencent.mobileqq:id/iyx"]',
|
||||
matches:
|
||||
'[text*="版本更新" || text*="点击下载"] + ImageView[clickable=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13188722',
|
||||
'https://i.gkd.li/import/13255493', //desc值为null快照
|
||||
'https://i.gkd.li/import/13843140', //关系选择器为-2快照
|
||||
'https://i.gkd.li/import/14138340',
|
||||
'https://i.gkd.li/import/13931212',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
matches:
|
||||
'[text="发现QQ版本更新"] + [text="点击下载"] + ImageView[clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13931212',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user