mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
- 新增配置项 onebot.message_command_policy
- 新增 CQCommand 阻断策略的自定义配置功能 - 修复 CQAfter 无法正常使用的 bug #53
This commit is contained in:
@@ -30,8 +30,8 @@ class ConsoleApplication extends Application
|
||||
{
|
||||
private static $obj = null;
|
||||
|
||||
const VERSION_ID = 428;
|
||||
const VERSION = "2.6.1";
|
||||
const VERSION_ID = 429;
|
||||
const VERSION = "2.6.2";
|
||||
|
||||
/**
|
||||
* @throws InitException
|
||||
|
||||
Reference in New Issue
Block a user