Results 4 issues of 仰望星空

~~~ location / { try_files $uri $uri/ /index.php?$query_string; proxy_pass http://127.0.0.1:8080; } ~~~ ![image](https://user-images.githubusercontent.com/66815206/125892650-b7ef90e7-111d-4130-a390-e0f84c17b0b0.png)

for example size < 2m

~~~ protected function form() { return Form::make(new ShopGood(), function (Form $form) { $form->title('商品'); $formStep = $form->multipleSteps(); $formStep->add('商品分类', function ($step) { $step->tree('type_id') ->nodes(ShopType::get()->toArray()) ->setIdColumn('id') ->setTitleColumn('title') ->setParentColumn('pid') ->customFormat(function ($v) { // 格式化外部注入的值...

~~~ Deprecated: Return type of think\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ~~~