@forelse ($params as $alias => $body)
@php
$fieldValue = (string) $body;
$shouldUseTextarea = strlen($fieldValue) > 50 || str_contains($fieldValue, "\n") || str_contains($fieldValue, '<');
@endphp
@if ($shouldUseTextarea)
@else
@endif
@empty
当前没有可在通用系统页维护的公共参数,请前往对应专属配置页处理敏感模块参数。
@endforelse