We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8f693 commit 233941aCopy full SHA for 233941a
module/Blog/Docs/release.md
@@ -1,3 +1,9 @@
1
+## 2.6.0
2
+
3
+- 修复:博客列表移动端标题显示异常问题
4
5
+---
6
7
## 2.5.0 置顶、热门、推荐博客,适配打赏功能
8
9
- 新增:置顶、热门、推荐博客获取函数
module/Blog/View/pc/blog/inc/blogItems.blade.php
@@ -13,7 +13,7 @@
13
data-scroll-animate="animated fadeInUp"
14
>
15
<div>
16
- <div class="ub-text-truncate">
+ <div class="lg:tw-truncate">
17
@if($record['isTop'])
18
<span class="tw tw-align-top tw-inline-block tw-leading-6 tw-px-3 tw-rounded tw-text-lg tw-bg-blue-100 tw-text-blue-500">置顶</span>
19
@endif
0 commit comments