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:11:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31627a4f986a97f070d014c58d5b4cac238b9969
31627a4f
1 parent
93cb8a61
1.后台可上传图文内容。
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/Jobs/UserMakeImages.php
app/Jobs/UserMakeVideo.php
app/Jobs/UserMakeImages.php
View file @
31627a4
...
...
@@ -349,7 +349,7 @@ class UserMakeImages implements ShouldQueue
}
}
return
ceil
(
$this
->
width
*
$width
/
10
0
/
$max_len
);
return
ceil
(
$this
->
width
*
$width
/
10
/
$max_len
);
}
/**
...
...
app/Jobs/UserMakeVideo.php
View file @
31627a4
...
...
@@ -683,6 +683,6 @@ class UserMakeVideo 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