yangfancn

Results 4 issues of yangfancn

原规则时这样的 `'action|动作' => 'requireWith:pid|regex:^\/[a-zA-Z_]+\/[a-zA-Z_]+$|unique:admin_auth_rules',` 我想在更新数据的时候给 unique 加上 id `public function sceneUpdate(): self { return $this->remove('action', 'unique') ->append('action', 'unique:admin_auth_rules,action,' . request()->param('id')); }` 这样 unique 就完全被移除了,append 并未生效

### 需求描述 创建双Y轴 ### 具体实现 项目需要两个Y轴,一个报价,一个百分比,现在的版本可以实现这个功能吗

enhancement

```php $html = '123'; $dom = new HTML5DOMDocument(); $dom->loadHTML($html); print_r($dom->querySelector('body>strong i')); ``` Throw InvalidArgumentException: Unsupported selector (body>strong i) at vendor/ivopetkov/html5-dom-document-php/src/HTML5DOMDocument/Internal/QuerySelectors.php:512 it's always happend on: `selectorA>selectorB selectorC`

helpers.php close_tags方法 line 135 如果没有找到闭合标签会陷入死循环