From 2eb6564ae27e8ac11e4ee8cdad9e7734ee660c9b Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 15 Nov 2023 09:29:23 +0800 Subject: [PATCH] * Remove `,` at the end of row in the lastest children in upload widget. --- lib/zin/wg/upload/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/upload/v1.php b/lib/zin/wg/upload/v1.php index 979f4ed4a6..90bfa1ef52 100644 --- a/lib/zin/wg/upload/v1.php +++ b/lib/zin/wg/upload/v1.php @@ -37,7 +37,7 @@ class upload extends wg 'limitSize?: false|string=false', // 上传尺寸限制 'duplicatedHint?: string', // 文件名重复提示 'exceededSizeHint?: string', // 上传超出大小限制提示 - 'exceededCountHint?: string', // 上传超出个数限制提示 + 'exceededCountHint?: string' // 上传超出个数限制提示 ); protected function build(): zui