mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(qq): 分段广告-钱包页卡片广告(补充activityid)
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user