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 0cec3e9 commit b041cbeCopy full SHA for b041cbe
module/Blog/Core/MBlog.php
@@ -139,7 +139,7 @@ public static function topestBlog($limit)
139
}
140
141
/**
142
- * @Util 获取置顶博客
+ * @Util 获取热门博客
143
* @param $limit int 限制条数
144
* @return array 数组
145
* @returnExample
@@ -192,7 +192,7 @@ public static function hotBlog($limit)
192
193
194
195
+ * @Util 获取推荐博客
196
197
198
module/Blog/Docs/release.md
@@ -3,6 +3,7 @@
3
- 新增:博客各页面增加标题、关键词和描述变量
4
- 新增:博客详情页面增加 _cover, _summary, _images 变量
5
- 新增:博客上一篇下一篇新增博客链接参数
6
+- 优化:快捷操作方法注释文案优化模板使用
7
8
---
9
0 commit comments