1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-13 11:59:11 +08:00
This commit is contained in:
xiaochong0302 2024-05-09 21:37:23 +08:00
parent bd14979e9b
commit a0e8e932e1
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
### [v1.7.0](https://gitee.com/koogua/course-tencent-cloud/releases/v1.7.0)(2024-05-15)
- 升级layui-2.9.8
- 调整html编辑器属性
- 增加代码块内容复制
- 清理无用的Captcha配置
- 联系人QQ改为上传二维码图片
- 修正logo,favicon上传路径
- 登录后台同时登录前台
- 移动端修正评论发表
### [v1.6.9](https://gitee.com/koogua/course-tencent-cloud/releases/v1.6.9)(2024-04-15)
- 增加用户删除和还原功能

View File

@ -42,7 +42,7 @@ class XunSearch extends PaginatorAdapter
public function __construct(array $config)
{
if (!isset($config['xs']) || ($config['xs'] instanceof \XS) == false) {
if (!isset($config['xs']) || !($config['xs'] instanceof \XS)) {
throw new PaginatorException('Invalid xs parameter');
}