mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-25 09:35:34 +08:00
1 line
54 KiB
JavaScript
1 line
54 KiB
JavaScript
|
|
(window.webpackJsonp=window.webpackJsonp||[]).push([[60],{770:function(v,_,e){"use strict";e.r(_);var t=e(84),o=Object(t.a)({},(function(){var v=this,_=v._self._c;return _("ContentSlotsDistributor",{attrs:{"slot-key":v.$parent.slotKey}},[_("h1",{attrs:{id:"更新日志-v2-版本"}},[_("a",{staticClass:"header-anchor",attrs:{href:"#更新日志-v2-版本"}},[v._v("#")]),v._v(" 更新日志(v2 版本)")]),v._v(" "),_("h2",{attrs:{id:"v2-8-6-build-480"}},[_("a",{staticClass:"header-anchor",attrs:{href:"#v2-8-6-build-480"}},[v._v("#")]),v._v(" v2.8.6(build 480)")]),v._v(" "),_("blockquote",[_("p",[v._v("更新时间:2022.1.26")])]),v._v(" "),_("ul",[_("li",[v._v("为task进程注册mysql和redis以便在task任务处理中使用相关组件 by @YiwanGi in https://github.com/zhamao-robot/zhamao-framework/pull/271")])]),v._v(" "),_("h2",{attrs:{id:"v2-8-5-build-479"}},[_("a",{staticClass:"header-anchor",attrs:{href:"#v2-8-5-build-479"}},[v._v("#")]),v._v(" v2.8.5(build 479)")]),v._v(" "),_("blockquote",[_("p",[v._v("更新时间:2022.12.24")])]),v._v(" "),_("ul",[_("li",[v._v("解决explode_msg中,传入参数为0时,参数0消失的BUG by @FishZe in https://github.com/zhamao-robot/zhamao-framework/pull/143")]),v._v(" "),_("li",[v._v("fix route-annotations.md static file server demo by @sunxyw in https://github.com/zhamao-robot/zhamao-framework/pull/166")]),v._v(" "),_("li",[v._v("修复 getClassesPsr4 中默认过滤方法的路径 Bug by @crazywhalecc in https://github.com/zhamao-robot/zhamao-framework/pull/196")])]),v._v(" "),_("h2",{attrs:{id:"v2-8-4-build-478"}},[_("a",{staticClass:"header-anchor",attrs:{href:"#v2-8-4-build-478"}},[v._v("#")]),v._v(" v2.8.4(build 478)")]),v._v(" "),_("blockquote",[_("p",[v._v("更新时间:2022.8.7")])]),v._v(" "),_("ul",[_("li",[v._v("修复 "),_("code",[v._v("zm_sleep()")]),v._v(" 无法传入小数的 Bug (#141)")])]),v._v(" "),_("h2",{attrs:{id:"v2-8-3-build-477"}},[_("a",{staticClass:"header-anchor",attrs:{href:"#v2-8-3-build-477"}},[v._v("#")]),v._v(" v2.8.3(build 477)")]),v._v(" "),_("blockquote",[_("p",[v._v("更新时间:2022.8.5")])]),v._v(" "),_("ul",[_("li",[v._v("修复了 "),_("code",[v._v("@CQNotice")]),v._v("、"),_("code",[v._v("@CQRequest")]),v._v(" 注解无法正常激活的 Bug (#140)")])]),v._v(" "),_("h2",{attrs:{id:"v2-8-2-build-476"}},[_("a",{staticClass:"header-anchor",attrs:{href:"#v2-8-2-build-476"}},[v._v("#")]),v._v(" v2.8.2(build 476)")]),v._v(" "),_("blockquote",[_("p",[v._v("更新时间:2022.8.3")])]),v._v(" "),_("ul",[_("li",[_("code",[v._v("DataProvider::scanDirFiles()")]),v._v(" 新增参数 "),_("code",[v._v("$include_dir")]),v._v(",用于控制非递归模式下是否包含目录")])]),v._v(" "),_("h2",{attrs:{id:"v2-8-1-build-475"}},[_("a",{staticClass:"header-anchor",attrs:{href:"#v2-8-1-build-475"}},[v._v("#")]),v._v(" v2.8.1(build 475)")]),v._v(" "),_("blockquote",[_("p",[v._v("更新时间:2022.7.3")])]),v._v(" "),_("ul",[_("li",[v._v("修复 WebSocket 连接时报错的 Bug")]),v._v(" "),_("li",[v._v("修复 "),_("code",[v._v("match_args")]),v._v(" 全局方法对于 "),_("code",[v._v("0")]),v._v(" 字符串处理的 Bug(#136)")])]),v._v(" "),_("h2",{attrs:{id:"v2-8-0-build-473"}},[_("a",{staticClass:"header-anchor",attrs:{href:"#v2-8-0-build-473"}},[v._v("#")]),v._v(" v2.8.0(build 473)")]),v._v(" "),_("blockquote",[_("p",[v._v("更新时间:2022.5.7")])]),v._v(" "),_("ul",[_("li",[v._v("新增 AllBotsProxy、AllGroupsProxy 代理类,支持批量发送机器人动作")]),v._v(" "),_("li",[v._v("新增全局函数 "),_("code",[v._v("implode_when_necessary()")]),v._v(",用于将可能为数组的参数转换为字符串")]),v._v(" "),_("li",[v._v("新增依赖注入、容器支持,目前对 Swoole 事件、机器人事件均支持使用依赖注入")]),v._v(" "),_("li",[v._v("新增全局容器方法 "),_("code",[v._v("container()")]),v._v("、"),_("code",[v._v("resolve()")]),v._v("、"),_("code",[v._v("app()")]),v._v(",用于获取容器参数等")]),v._v(" "),_("li",[v._v("新增<EFBFBD>
|