Results 41 comments of jwj

@liu21st 使用 `6.1.4` 版本测试和查阅代码,发现确实不支持 `'unique:user,status=1&account='.$data['account']` 这种写法,**手册需要删除这种用法?**。 https://github.com/top-think/framework/blob/6f1c01ffd5a8df60dc37b1f949dfa9d5a4d49c52/src/think/Validate.php#L1129-L1183 测试代码: ```php

https://github.com/top-think/framework/issues/2390

助手函数 `config()` 的用途不是单一的, `$name` 在前是为了方便获取配置用。

模型主键 `Model::$pk` 支持手动设置,其它问题在平时使用暂未复现

This problem also occurs when searching for Chinese. There are `一二三` in the options, and the option cannot be searched by typing `一`. example: https://codepen.io/big-dream-the-solid/pen/poqGWrB > My solution for this...

https://github.com/top-think/framework/issues/2341

有点奇怪,按照 [phpredis](https://github.com/phpredis/phpredis?tab=readme-ov-file#smembers-sgetmembers) 的文档,返回类型应该只有 `array`,不应该返回 `bool` ![image](https://github.com/top-think/framework/assets/9215157/3f1fdeb2-927a-4ab2-b16d-06df16226daf)

> tp8php8.3环境也同意会出现这样错误提示 麻烦提供下相关的详细信息,如详细错误信息和复现方式

暂时可参考 https://github.com/top-think/think-template/pull/16 ,自定义一个函数,然后修改`默认过滤方法`配置