Skip to content

Send me a Genshin Song

Compare
Choose a tag to compare
@hugefiver hugefiver released this 16 Feb 15:09
· 745 commits to master since this release
9e32f92
feat: genshin voice (#153)

* fix typo

* add quic support

* impor

* deal with lint

* clean code

* add header expect 100-continue

* revert expect 100-continue

* build(deps): bump golang.org/x/net from 0.4.0 to 0.5.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* feat: 增加随机原神语音(数据来自远程api)

* build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: 修复lint报错

* build(deps): bump golang.org/x/time from 0.1.0 to 0.3.0

Bumps [golang.org/x/time](https://github.com/golang/time) from 0.1.0 to 0.3.0.
- [Release notes](https://github.com/golang/time/releases)
- [Commits](https://github.com/golang/time/compare/v0.1.0...v0.3.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: 修复变更configfile结构(增加BotConfig.GenShinConfig.ApiServer)的test报错

* fix: 读不到原神api服务器的panic,增加readme中的功能介绍

* fix: 语音api服务器连接失败时,返回一条凯瑟琳

* fix: 语音api服务器连接失败时,返回更多凯瑟琳

* fix: 修复一个lint错误

* fix: 更新到 go1.20,quic-go 库改名

* 修复了在无法连接api时,凯瑟琳不会报错的问题 (#152)

* fix: 更新到 go1.20,quic-go 库改名

* fix: 修正某些情况下不会返回凯瑟琳回复的问题

* fix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony-Hoo <[email protected]>
Co-authored-by: 安东尼洪 <[email protected]>