From ef11c84217b4c25efe9f9616f1d230c6ac68f25c Mon Sep 17 00:00:00 2001 From: liutk <961510893@qq.com> Date: Thu, 26 Mar 2026 20:43:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8F=8B=E6=83=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=9B=BE=E7=89=87=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Controllers/FriendLinkController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/Controllers/FriendLinkController.php b/app/Admin/Controllers/FriendLinkController.php index 211e28f..888a245 100644 --- a/app/Admin/Controllers/FriendLinkController.php +++ b/app/Admin/Controllers/FriendLinkController.php @@ -58,7 +58,7 @@ class FriendLinkController extends AdminController amis()->Wrapper()->body([ amis()->TextControl('title', __('admin.friend_links.title'))->required(true), amis()->TextControl('link', __('admin.friend_links.link'))->required(true), - Components::make()->cropImageControl('cover', __('admin.friend_links.cover'), 2)->required(true), + Components::make()->cropImageControl('cover', __('admin.friend_links.cover'), 3.72)->required(true), amis()->TextareaControl('description', __('admin.friend_links.description')), Components::make()->sortControl('sort', __('admin.friend_links.sort')), amis()->SwitchControl('is_enable', __('admin.friend_links.is_enable'))->value(false),