mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 07:52:20 +08:00
feat(QQ): 分段广告-好友动态-广告卡片(补充 activityId)、更新提示(补充规则) (#3764)
* feat 好友动态-广告卡片(补充 activityId)
* fix 更新提示
* Revert [id="com.tencent.mobileqq:id/iyx"]
This reverts commit 72903417e2
.
This commit is contained in:
parent
33092e27a4
commit
c67b5b5913
|
@ -88,10 +88,16 @@ export default defineAppConfig({
|
||||||
{
|
{
|
||||||
preKeys: 0,
|
preKeys: 0,
|
||||||
key: 2,
|
key: 2,
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: [
|
||||||
|
'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
|
'com.qzone.reborn.feedx.activity.QZoneFriendFeedXActivity',
|
||||||
|
],
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matches: '@[clickable=true] > * > ImageView + [text="隐藏此条动态"]',
|
matches: '@[clickable=true] > * > ImageView + [text="隐藏此条动态"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13761147',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13761147',
|
||||||
|
'https://i.gkd.li/import/13849730',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
|
@ -361,13 +367,25 @@ export default defineAppConfig({
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 18,
|
key: 18,
|
||||||
name: '更新提示-消息页面-顶部',
|
name: '更新提示-消息页面-顶部',
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
rules: [
|
||||||
quickFind: true,
|
{
|
||||||
rules: '[id="com.tencent.mobileqq:id/iyx"]',
|
key: 0,
|
||||||
snapshotUrls: [
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
'https://i.gkd.li/import/13188722',
|
quickFind: true,
|
||||||
'https://i.gkd.li/import/13255493', //desc值为null快照
|
matches: '[id="com.tencent.mobileqq:id/iyx"]',
|
||||||
'https://i.gkd.li/import/13843140', //关系选择器为-2快照
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13188722',
|
||||||
|
'https://i.gkd.li/import/13255493', //desc值为null快照
|
||||||
|
'https://i.gkd.li/import/13843140', //关系选择器为-2快照
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
|
matches:
|
||||||
|
'[text="发现QQ版本更新"] + [text="点击下载"] + ImageView[clickable=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13931212',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user