Skip to content

v11.6.0

Compare
Choose a tag to compare
@Nemo2011 Nemo2011 released this 22 Jul 22:57
· 1892 commits to main since this release

v11.6.0 2022/7/23

Python

  • 去除了 nest_asyncio,貌似已发现了副作用: (#24)
  • 番剧的 set_epid 改成0普通函数,get_bangumi_from_episode 改成 async 函数

Javascript / Typescript

  • 将不用传参的函数统一加了一个 argument,好处是充当 kwargs
// before
get_info()
// now
get_info({})