lluke
lluke
- Laravel Version: #.#.# - PHP Version: #.#.# - Dcat Admin Version: #.#.# ### Description: $form->embeds('configs', function (EmbeddedForm $form){ $form->embeds('道具', function (EmbeddedForm $form){ $form->embeds('导弹', function (EmbeddedForm $form){ $form->list('消除规则'); $form->list('生成规则'); });...
优化一下提示,这个地方有人搞不清楚
**Describe the bug** 在Windows11 系统下使用 docker-compose up -d 命令安装时出现2个错误 1、exec /GreaterWMS/templates/web_start.sh: no such file or directory 2、exec /GreaterWMS/backend_start.sh: no such file or directory 检查发现由于换行符问题导致无法运行这两个脚本,修改为LF以后正常运行 **Steps to Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...