mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
Squashed commit of the following:
commit bdc9342dcdc33029926636eb2f995a7612ea155f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Jan 23 07:08:05 2024 +0000
chore(actions): check_format_lint
commit f1374407230279dc30250d7e756cb907f7a1b415
Author: aisouler <zy43220@gmail.com>
Date: Tue Jan 23 15:07:25 2024 +0800
feat:钱包卡片广告(补充activityid)
commit 1d9b7549928569e698f227dd02f5fc723a93a7f2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Tue Jan 23 07:00:30 2024 +0000
chore(actions): check_format_lint
commit 5d4fda64ddc42d216ebd398a19466e853aceecd7
Author: aisouler <zy43220@gmail.com>
Date: Tue Jan 23 14:59:47 2024 +0800
feat(QQ):QQ天气卡片广告
This commit is contained in:
@@ -413,9 +413,12 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 20,
|
key: 20,
|
||||||
name: '钱包-卡片广告',
|
name: '分段广告-钱包页卡片广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.tencent.mobileqq.activity.SplashActivity',
|
activityIds: [
|
||||||
|
'com.tencent.mobileqq.activity.SplashActivity',
|
||||||
|
'cooperation.qwallet.plugin.QWalletToolFragmentActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
@@ -445,5 +448,26 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 22,
|
||||||
|
name: '分段广告-天气页卡片广告',
|
||||||
|
desc: '点击关闭-点击关闭此条广告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.tencent.mobileqq.activity.QPublicFragmentActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
|
||||||
|
matches: '[id="com.tencent.mobileqq:id/nca"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14019384',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: 0,
|
||||||
|
key: 1,
|
||||||
|
matches: '@LinearLayout[childCount=3] > [text="关闭此条广告"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14019401',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user