no message
This commit is contained in:
parent
bb9e20bd9b
commit
3aa7227850
BIN
public/upload/images/ad_fu.png
Normal file
BIN
public/upload/images/ad_fu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
public/upload/images/ad_fu_2.png
Normal file
BIN
public/upload/images/ad_fu_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
BIN
public/upload/images/ad_fu_3.png
Normal file
BIN
public/upload/images/ad_fu_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
13
resources/views/components/banners.blade.php
Executable file
13
resources/views/components/banners.blade.php
Executable file
@ -0,0 +1,13 @@
|
||||
<div class="widget card widget_nice_tag_cloud">
|
||||
<div class="widget-header h6">
|
||||
广告
|
||||
<div class="widget-border"></div>
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://{{ env('url_ad_fu') }}">
|
||||
<img src="/upload/images/ad_fu.png" style="border-radius: 10px;">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
<div class="sidebar col-lg-4 d-none d-lg-block ms-lg-auto">
|
||||
@include('components.order-likes')
|
||||
@include('components.generated-tags-cloud')
|
||||
@include('components.banners')
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user