This commit is contained in:
jianzhichu
2026-02-02 23:35:07 +08:00
parent 46bec7a0d4
commit c1d5db18a9
13 changed files with 1076 additions and 215 deletions
+2 -2
View File
@@ -82,9 +82,9 @@ namespace dy.net.Controllers
return ApiResult.Fail("请输入有效文件夹名称(字母数字中文简体)");
}
if (dto.SavePath.Length > 15)
if (dto.SavePath.Length > 20)
{
return ApiResult.Fail("请输入有效文件夹名称(最长15");
return ApiResult.Fail("请输入有效文件夹名称(最长20");
}
}
}