Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-05-17 16:10:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
93cb8a6125793fded60e2fbc3fa24c4df9893122
93cb8a61
1 parent
7b66739c
1.后台可上传图文内容。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Jobs/MakeImages.php
app/Jobs/MakeImages.php
View file @
93cb8a6
...
...
@@ -368,7 +368,7 @@ class MakeImages implements ShouldQueue
}
}
return
ceil
(
$this
->
width
*
$width
/
10
0
/
$max_len
);
return
ceil
(
$this
->
width
*
$width
/
10
/
$max_len
);
}
/**
...
...
Please
register
or
login
to post a comment