Skip to content

Commit

Permalink
up 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrazg committed May 19, 2024
1 parent 939ee1b commit 0e20dc9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ Fixes
Features

- 新增「我的贴纸墙」接口
- 新增「你可能想搜的内容」接口
- 新增「你可能想搜的内容」接口
- 新增查询单集播放进度接口
- 新增查询单集评论接口
- 新增查询评论回复接口
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ $ go run . -d
13. 相关节目推荐
14. 查询我的贴纸
15. 展示我的贴纸墙
16. 查询单集播放进度
17. 查询单集评论
18. 查询评论回复



Expand Down
2 changes: 1 addition & 1 deletion constant/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package constant

var Version = "1.1.0"
var Version = "1.2.0"
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 小宇宙FM API

> *主程序版本:v1.1.0*
> *主程序版本:v1.2.0*
>
> *文档版本:v1.1.0*
> *文档版本:v1.2.0*
>
> *文档更新时间:2024-05-13 23:50*
> *文档更新时间:2024-05-19 23:50*
当你看到这个页面时,表示这个服务已成功启动

Expand Down

0 comments on commit 0e20dc9

Please sign in to comment.