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 14:52:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9d5397d3c3f55922a32d00fb7f01401b48065727
9d5397d3
1 parent
1abd8f4c
1.后台可上传图文内容。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Jobs/MakeVideo.php
app/Jobs/MakeVideo.php
View file @
9d5397d
...
...
@@ -688,6 +688,6 @@ class MakeVideo 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