feat(qq): 分段广告-钱包页卡片广告(补充activityid)

This commit is contained in:
AIsouler
2024-08-21 10:43:56 +08:00
parent b107c4f7cd
commit 40e7735bbe

View File

@@ -463,10 +463,16 @@ export default defineGkdApp({
rules: [ rules: [
{ {
key: 0, key: 0,
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
fastQuery: true, fastQuery: true,
activityIds: [
'com.tencent.mobileqq.activity.SplashActivity',
'cooperation.qwallet.plugin.QWalletToolFragmentActivity',
],
matches: 'ViewGroup[childCount=6] > [text="广告"]', matches: 'ViewGroup[childCount=6] > [text="广告"]',
snapshotUrls: 'https://i.gkd.li/i/13695087', snapshotUrls: [
'https://i.gkd.li/i/13695087',
'https://i.gkd.li/i/16685300',
],
}, },
{ {
key: 1, key: 1,
@@ -477,8 +483,8 @@ export default defineGkdApp({
{ {
preKeys: [0, 1], preKeys: [0, 1],
key: 2, key: 2,
activityIds: 'cooperation.qwallet.plugin.QWalletToolFragmentActivity',
fastQuery: true, fastQuery: true,
activityIds: 'cooperation.qwallet.plugin.QWalletToolFragmentActivity',
matches: '@LinearLayout > [text="关闭此条广告"]', matches: '@LinearLayout > [text="关闭此条广告"]',
snapshotUrls: 'https://i.gkd.li/i/13699701', snapshotUrls: 'https://i.gkd.li/i/13699701',
}, },