新增特性
- 新增接口`get_bawu_perm` `set_bawu_perm`用于读取和设置吧务的恢复删帖/解封等权限
- 新增接口`add_bawu` `del_bawu`用于添加和删除吧务(非网页端接口,无需验证码)
- 新增接口`get_user_posts`用于获取未隐藏所有动态的用户的历史回复
- 使用[`scikit-build-core`](https://github.com/scikit-build/scikit-build-core)构建C扩展。基于合理配置,该工具可以有效避免打包无关内容,显著减小打包体积
变化特性
- 使用`enum.Flag`优化枚举
- 接口`get_self_threads` `get_self_public_threads`的功能并入`get_user_threads`
- 接口`get_self_posts`的功能合并至新接口`get_user_posts`