mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2025-02-23 19:24:21 +08:00
0.7.0
This commit is contained in:
parent
313f859c5c
commit
38ba77ce42
|
@ -56,7 +56,7 @@ pub fn version_str() -> String {
|
||||||
|
|
||||||
/// 是否为稳定版本
|
/// 是否为稳定版本
|
||||||
/// 会在 release 的时候设置为 true
|
/// 会在 release 的时候设置为 true
|
||||||
pub const STABLE: bool = false;
|
pub const STABLE: bool = true;
|
||||||
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! async_callback_with_state {
|
macro_rules! async_callback_with_state {
|
||||||
|
|
1
news.md
1
news.md
|
@ -11,6 +11,7 @@
|
||||||
- `get_sender_name` 获取发送人昵称
|
- `get_sender_name` 获取发送人昵称
|
||||||
- `ica` 兼容版本号 `2.12.11` -> `2.12.12`
|
- `ica` 兼容版本号 `2.12.11` -> `2.12.12`
|
||||||
- 加入了 `STABLE` 信息, 用于标记稳定版本
|
- 加入了 `STABLE` 信息, 用于标记稳定版本
|
||||||
|
- 不少配置文件项加上了默认值
|
||||||
- 添加了 `version_str() -> String` 用于方便的获取版本信息
|
- 添加了 `version_str() -> String` 用于方便的获取版本信息
|
||||||
- 同样在 `py` 侧也有 `version_str` 方法
|
- 同样在 `py` 侧也有 `version_str` 方法
|
||||||
- 加入了 `/help` 命令
|
- 加入了 `/help` 命令
|
||||||
|
|
Loading…
Reference in New Issue
Block a user