-
0.4.11 我觉得没问题了 Stable
released this
2024-02-25 12:13:46 +08:00 | 208 commits to main since this release这几天就是在刷版本号的感觉
- 添加
DeleteMessage
用于删除消息NewMessage.as_delete
用于将消息转换为删除消息client::delete_message
用于删除消息client::fetch_history
用于获取历史消息 TODOpy::class::DeleteMessagePy
用于删除消息 的 Python 侧 APIpy::class::IcaClientPy.delete_message
用于删除消息 的 Python 侧 APIIcalinguaStatus.current_loaded_messages_count
- 用于以后加载信息计数
- 修改
py::class::IcaStatusPy
- 大部分方法从手动
unsafe
+Option
- 改成直接调用
IcalinguaStatus
的方法
- 大部分方法从手动
IcalinguaStatus
- 所有方法均改成 直接对着
IcalinguaStatus
的方法调用 - 补全没有的方法
- 所有方法均改成 直接对着
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
ica_rs-py311-windows-x64.exe
5.5 MiB
-
ica_rs-py312-windows-x64.exe
5.5 MiB
-
ica_rs-py38-linux-x64
10 MiB
-
ica_rs-py38-windows-x64.exe
5.5 MiB
- 添加