mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
perf(QQ): 更新提示
This commit is contained in:
@@ -481,7 +481,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
|
||||
{
|
||||
id: 'com.tencent.mobileqq',
|
||||
name: 'QQ',
|
||||
deprecatedKeys: [6, 14],
|
||||
deprecatedKeys: [6, 14, 19],
|
||||
},
|
||||
{
|
||||
id: 'com.tencent.qqlive',
|
||||
|
||||
@@ -409,12 +409,15 @@ export default defineGkdApp({
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '@[desc="关闭"] - * > [text="发现新版本"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13386719',
|
||||
matches: '@[desc="关闭"] <2 * >2 Button[text^="立即"][text.length=4]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/13386719',
|
||||
'https://i.gkd.li/i/13526551',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
matches: '@[text="稍后处理"] +2 [text="立即升级"]',
|
||||
matches: ['[text="立即升级"]', '[text="稍后处理"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/i/14724108',
|
||||
},
|
||||
],
|
||||
@@ -440,21 +443,6 @@ export default defineGkdApp({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 19,
|
||||
name: '更新提示-内测邀请弹窗',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '@[desc="关闭"] - * > [text="QQ测试版"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13526551',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 20,
|
||||
name: '分段广告-钱包页卡片广告',
|
||||
|
||||
Reference in New Issue
Block a user