From 2b8221eb0838491ec57fe8e122afc63f8bae8f68 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 17 Dec 2024 18:43:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/md/md_advertising.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/md/md_advertising.go b/app/md/md_advertising.go index e77bc88..db7193e 100644 --- a/app/md/md_advertising.go +++ b/app/md/md_advertising.go @@ -6,11 +6,15 @@ var AdvertisingPlatform = []map[string]string{ } var AdvertisingType = []map[string]string{ {"name": "APP开屏(开屏广告)", "value": "open_advertisement"}, - {"name": "首页砸蛋(激励视频)", "value": "incentive_eggSmash"}, - {"name": "首页签到(激励视频)", "value": "incentive_eggSign"}, + {"name": "蛋蛋主题砸蛋(激励视频)", "value": "incentive_eggSmash"}, + {"name": "蛋蛋主题签到(激励视频)", "value": "incentive_eggSign"}, {"name": "提现(激励视频)", "value": "incentive_withdraw"}, {"name": "积分兑换(插屏)", "value": "interstitial_integralExchange"}, {"name": "动态IM(信息流)", "value": "information_im"}, + {"name": "蛋蛋主题底部(信息流)", "value": "information_eggTheme"}, + {"name": "会员中心底部(信息流)", "value": "information_member"}, + {"name": "首页介绍底部(信息流)", "value": "information_index"}, + {"name": "提现底部(信息流)", "value": "information_withdraw"}, } type AdvertisingBase struct {