no message

This commit is contained in:
hellcat 2026-08-22 18:46:29 +08:00
parent bb9e20bd9b
commit 3aa7227850
5 changed files with 14 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View 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>

View File

@ -57,7 +57,7 @@
<div class="sidebar col-lg-4 d-none d-lg-block ms-lg-auto"> <div class="sidebar col-lg-4 d-none d-lg-block ms-lg-auto">
@include('components.order-likes') @include('components.order-likes')
@include('components.generated-tags-cloud') @include('components.banners')
</div> </div>
</div> </div>