mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
fix(TapTap): 游戏浏览界面-推荐广告-规则优化 (#782)
* feat 【游戏浏览界面-推荐广告】 * fix 【游戏浏览界面-推荐广告】修正 key = 0 的 activityid 和 快照 * feat 【游戏浏览界面-推荐广告】指定 matchLauncher = true
This commit is contained in:
@@ -11,9 +11,13 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
activityIds: 'com.android.launcher3.Launcher',
|
activityIds: 'com.taptap.other.basic.impl.TapMainActivity',
|
||||||
|
matchLauncher: true,
|
||||||
matches: '[id="com.taptap.app.game:id/app_menu"][visibleToUser=true]',
|
matches: '[id="com.taptap.app.game:id/app_menu"][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12840903',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12840903',
|
||||||
|
'https://gkd-kit.songe.li/import/12842279',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user