mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(QQ): 更新弹窗; 消息页面-顶部更新提示 (#1467)
* feat 更新弹窗 * feat 消息页面-顶部更新提示 * feat(QQ): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -8,8 +8,11 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
rules: '[childCount=5] > TextView[text="跳过"][clickable=true]',
|
||||
rules: 'TextView[text="跳过"][clickable=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/13062244',
|
||||
'https://i.gkd.li/import/13093155',
|
||||
@@ -261,5 +264,20 @@ export default defineAppConfig({
|
||||
rules: 'Button[text="允许登录QQ"][clickable=true][id!=null]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13063027',
|
||||
},
|
||||
{
|
||||
key: 17,
|
||||
name: '更新弹窗',
|
||||
activityIds: 'com.tencent.mobileqq.upgrade',
|
||||
rules: '@[desc="关闭"] - ViewGroup > [text="发现新版本"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13188721',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 18,
|
||||
name: '消息页面-顶部更新提示',
|
||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||
rules: '[desc="发现QQ版本更新"] > [desc="关闭"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13188722',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user