Skip to content

Commit

Permalink
up 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrazg committed Dec 12, 2024
1 parent 8766546 commit 7de6457
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 36 deletions.
29 changes: 12 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.7.1

Added

- 新增关注/取关用户

Fixes

- 修复文档描述错误

## v1.7.0

Added
Expand All @@ -9,7 +19,6 @@ Fixes

- 修复 CORS 问题(#9


## v1.6.0

Added
Expand All @@ -18,8 +27,6 @@ Added

- 新增用户偏好设置管理



## v1.5.1

Added
Expand All @@ -31,8 +38,6 @@ Fixes
- 修复「查询用户信息」文档内容错误的问题
- 修复根据 uid 查询用户的收听历史记录返回错误数据的 BUG



## v1.5.0

Features
Expand All @@ -52,8 +57,6 @@ Fixes

- 修复文档无法打开的问题



## v1.4.0

Features
Expand All @@ -67,18 +70,14 @@ Features
- 新增查询收听历史
- 新增未读消息计数



## v1.3.0

Features

- 新增获取首页榜单、精选节目、推荐、「TA们都在听」等接口
- 新增获取首页榜单、精选节目、推荐、「TA 们都在听」等接口
- 新增单集精彩时间点接口
- 新增正在收听的人数接口



## v1.2.0

Features
Expand All @@ -89,8 +88,6 @@ Features
- 新增查询单集评论接口
- 新增查询评论回复接口



## v1.1.0

Features
Expand All @@ -105,8 +102,6 @@ Fixes

- 修复文档



## v1.0.0

- 发送验证码
Expand All @@ -117,4 +112,4 @@ Fixes
- 获取节目、单集等内容
- 获取我的订阅
- 查询节目列表
- 获取播客音频链接
- 获取播客音频链接
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
</h1>
<h4 align="center">小宇宙FM API</h4>


## 环境

Go 1.22.0 <img alt="Static Badge" src="https://img.shields.io/badge/Go-1.22.0-blue.svg">




## 安装

```shell
Expand All @@ -20,8 +16,6 @@ $ cd xyz
$ go mod tidy
```



## 运行

```shell
Expand All @@ -44,8 +38,6 @@ $ go run . -d
>
> 文档地址:http://localhost:{{port}}/docs


## 作为模块

```shell
Expand All @@ -69,20 +61,15 @@ func main() {
}
```




## 构建

项目内提供对应平台的 `build.sh` 文件,按需执行即可



## 功能(更新中)

- [x] 发送验证码
- [x] 短信登录
- [x] 刷新token
- [x] 刷新 token
- [x] 搜索
- [x] 「你可能想搜的内容」
- [x] 获取我的信息
Expand Down Expand Up @@ -122,8 +109,7 @@ func main() {
- [x] 拉黑/取消拉黑用户
- [x] 获取用户偏好设置
- [x] 更新用户偏好设置


- [x] 关注/取关用户

## License

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.7.0"
var Version = "1.7.1"
4 changes: 2 additions & 2 deletions doc/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 小宇宙 FM API

> _主程序版本:v1.7.0_
> _主程序版本:v1.7.1_
>
> _文档更新时间:2024-10-11 01:00_
> _文档更新时间:2024-12-12 23:30_
当你看到这个页面时,表示服务已成功启动

Expand Down

0 comments on commit 7de6457

Please sign in to comment.