1. 现在AlistPath.write_bytes() 支持接收Path对象,读取文件并写入远程
2. UPDATE:path_lib.login_server() 防止重复登陆
3. BUGFIX: AlistPath.exists() 现在引用 re_stat(),以检查最新的状态
4. AlistPath 允许递归创建目录
5. AlistPath.as_download_uri -> get_download_uri, 获取方式更新。
6. BUGFIX: 获取下载URL错误
7. 客户端添加方法:admin_storage_update, admin_storage_delete
8. 现在AlistPath.stat(force=False, retry=1, timeout=0.1): 在默认情况下获取不到文件,对象将会在0.1秒后重试一次.
9. 现在AlistPath.re_stat(retry=1, timeout=1) == stat(True, 1, 1)
10. 现在 tools.config.import_config 将忽略本地存储和任何key=id
11. 当新文件出现在新的存储器中的时候,需要强制刷新list
**Full Changelog**: https://github.com/lee-cq/alist-sdk/compare/0.30.9...0.30.10