fix: 修正文件整理大师Vip数量限制提示错误
This commit is contained in:
@@ -40,7 +40,7 @@ public class FileMasterService : ApplicationService
|
|||||||
{
|
{
|
||||||
if (input.DirectoryCount + input.FileCount >= 100)
|
if (input.DirectoryCount + input.FileCount >= 100)
|
||||||
{
|
{
|
||||||
throw new UserFriendlyException("为防止无限制暴力使用,当前文件整理大师Vip最多支持200文件与文件夹数量");
|
throw new UserFriendlyException("为防止无限制暴力使用,当前文件整理大师Vip最多支持100文件与文件夹数量");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user