Momoca

Results 8 issues of Momoca

I hope textarea tag, can be combined into one line. current format: ``` html test ``` textarea content before and afterthere will be a space ... I hope to have...

https://github.com/top-think/think-orm/blob/0b01a19654c3b0376043960a30e74c9ddb55d574/src/db/PDOConnection.php#L868 测试代码 ```php \think\facade\Db::event('before_find', function ($query) { return false; }); ``` ` $result = $this->db->trigger('before_find', $query); `返回结果 ```php Array ( [0] => ) ``` 所以这个代码块永远不会被执行. https://github.com/top-think/think-orm/blob/0b01a19654c3b0376043960a30e74c9ddb55d574/src/db/PDOConnection.php#L870 所以这个代码块永远不会被执行. 希望官方尽快解决一下. 我的修改方式是去除空数组 ```php...

hasOwnProperty the inherited properties are not displayed.

修复前 ![image](https://github.com/user-attachments/assets/942b80af-fa58-44c3-a21d-ca7fdd635c7b) 修复后 ![image](https://github.com/user-attachments/assets/157a5116-34b2-4813-b68e-3d9fb635846c) ```css .jv-node .jv-toggle.open + .jv-key + .jv-push > .jv-item.jv-object:last-of-type, .jv-node .jv-toggle.open + .jv-key + .jv-push > .jv-item.jv-array:last-of-type, .jv-node .jv-toggle.open + .jv-key + .jv-push > .jv-node:last-of-type {...

![Image](https://github.com/user-attachments/assets/09d86c64-16af-4c12-bed0-e9a29ad69473) 设置为开机启动后,每次开机都显示主界面。

bug

### 需求描述 | Problem Statement 试了,感觉速度很慢.如何能提高? ### 建议的解决方案 | Proposed Solution 希望告诉我们怎么提高速度,是需要好的cpu还是好的gpu?

enhancement