Skip to content

Commit b041cbe

Browse files
committed
新增:快捷操作方法注释文案优化模板使用
1 parent 0cec3e9 commit b041cbe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

module/Blog/Core/MBlog.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static function topestBlog($limit)
139139
}
140140

141141
/**
142-
* @Util 获取置顶博客
142+
* @Util 获取热门博客
143143
* @param $limit int 限制条数
144144
* @return array 数组
145145
* @returnExample
@@ -192,7 +192,7 @@ public static function hotBlog($limit)
192192
}
193193

194194
/**
195-
* @Util 获取置顶博客
195+
* @Util 获取推荐博客
196196
* @param $limit int 限制条数
197197
* @return array 数组
198198
* @returnExample

module/Blog/Docs/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- 新增:博客各页面增加标题、关键词和描述变量
44
- 新增:博客详情页面增加 _cover, _summary, _images 变量
55
- 新增:博客上一篇下一篇新增博客链接参数
6+
- 优化:快捷操作方法注释文案优化模板使用
67

78
---
89

0 commit comments

Comments
 (0)