6
0
Fork 0

添加初始化广告位

release
vine_liutk 2022-01-04 17:40:38 +08:00
parent 07a2852aaa
commit 7c87db03b1
1 changed files with 10 additions and 0 deletions

View File

@ -65,6 +65,16 @@ class AdAddressSeeder extends Seeder
'dimensions'=> '',
'is_show' => true,
],
'vip_will_cheap_banner'=> [
'name' => '会员就是省',
'dimensions'=> '',
'is_show' => true,
],
'vip_award_bottom_banner'=> [
'name' => '会员推广奖励底部广告位',
'dimensions'=> '',
'is_show' => true,
],
] as $key => $values) {
AdAddress::firstOrCreate(['key' => $key], $values);
}