Skip to content

v1.0.6

Compare
Choose a tag to compare
@musnows musnows released this 07 Feb 07:39
· 245 commits to main since this release
76d0a98

What's Changed?

  • refactor(utils): rename endpoints as utilis
  • fix(main): add try/except in update_spb
  • feat(main): add level, frist win time in /uinfo
  • fix(api): add http check of img_src, fix list_shop params err in /shop-draw
  • fix(api): set host as 0.0.0.0 for remote connection
  • docs(api): update api docs

  • refactor(utils): 重命名 endpoints 文件夹为 utilis
  • fix(main): 添加 try/except 到 update_spb 命令
  • feat(main): /uinfo 命令添加首胜刷新时间和当前用户等级
  • fix(api): 添加了img_src的链接http检查,修改了/shop-draw接口中对listshop参数的错误解析
  • fix(api): host设置为了 0.0.0.0(之前是127.0.0.1) 提供外网网络链接
  • docs(api): 更新api文档