Skip to content

v1.0.8

Compare
Choose a tag to compare
@musnows musnows released this 21 Feb 14:04
· 210 commits to main since this release
eecfe6d

What's Changed?

  • feat(web): set no-referrer,add footer to info
  • feat(web): use POST for api,set params in xmlhttp.send
  • docs(init bot): update init bot docs
  • docs(api): update api-docs
  • fix(main): fix raise err in check_GloginRate
  • fix(shopimg): fix err of comparing between int & str

Move web to musnows/Valorant-Shop-Web


  • 网页:设置空referrer,方便访问kook的图片;在页脚添加info信息
  • 网页:将api调用从get改成post
  • 文档:更新api文档和init-bot文档
  • 修复:main中的check_GloginRate raise EzAuth的错误而不是RiotAuth
  • 修复:shopimg中在int和str之间进行比较