Compare commits

...

5 Commits
2.5.7 ... 2.5.8

Author SHA1 Message Date
Jerry Ma
3d4db23d27 Update v2.md 2021-11-10 14:10:08 +08:00
Jerry Ma
4496b67dcc Update build-update.md 2021-11-10 14:09:18 +08:00
Jerry Ma
2a13298384 update to 2.5.8 (build 426) 2021-11-10 14:07:21 +08:00
Jerry Ma
d6ec404d76 Merge pull request #52 from YuFengZe/master
Update CQ.php
2021-11-10 14:06:13 +08:00
YuFengZe
3235fd4dc1 Update CQ.php 2021-11-08 22:05:41 +08:00
4 changed files with 14 additions and 4 deletions

View File

@@ -4,6 +4,10 @@
同时此处将只使用 build 版本号进行区分。
## build 426 (2021-11-10)
- 修复 CQ 码的解析函数 Bug#52
## build 425 (2021-11-3)
- 删除未实际应用功能的配置参数

View File

@@ -1,5 +1,11 @@
# 更新日志v2 版本)
## v2.5.8 (build 426)
> 更新时间2021.11.10
- 修复 CQ 码的解析函数 Bug#52
## v2.5.7 (build 425)
> 更新时间2021.11.3
@@ -442,4 +448,4 @@
> 更新时间2020.12.23
已发布正式版。
已发布正式版。

View File

@@ -356,7 +356,7 @@ class CQ
}
$cq["start"] = $offset + $head;
$cq["end"] = $offset + $tmpmsg + $head;
$offset += $tmpmsg + 1;
$offset += $head + $tmpmsg + 1;
$cqs[] = (!$is_object ? $cq : CQObject::fromArray($cq));
}
return $cqs;

View File

@@ -27,8 +27,8 @@ class ConsoleApplication extends Application
{
private static $obj = null;
const VERSION_ID = 425;
const VERSION = "2.5.7";
const VERSION_ID = 426;
const VERSION = "2.5.8";
/**
* @throws InitException