This commit is contained in:
shenjack 2024-08-18 02:39:21 +08:00
parent 313f859c5c
commit 38ba77ce42
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@ pub fn version_str() -> String {
/// 是否为稳定版本
/// 会在 release 的时候设置为 true
pub const STABLE: bool = false;
pub const STABLE: bool = true;
#[macro_export]
macro_rules! async_callback_with_state {

View File

@ -11,6 +11,7 @@
- `get_sender_name` 获取发送人昵称
- `ica` 兼容版本号 `2.12.11` -> `2.12.12`
- 加入了 `STABLE` 信息, 用于标记稳定版本
- 不少配置文件项加上了默认值
- 添加了 `version_str() -> String` 用于方便的获取版本信息
- 同样在 `py` 侧也有 `version_str` 方法
- 加入了 `/help` 命令