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-20 18:29:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0b59f67b1c8aaf91ae82a276906eb1729e61ceb
a0b59f67
1 parent
713869e3
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 @
a0b59f6
...
...
@@ -349,7 +349,7 @@ class UserMakeImages implements ShouldQueue
}
}
return
ceil
(
$this
->
width
*
$width
/
10
/
$max_len
);
return
ceil
(
$this
->
width
*
$width
/
10
0
/
$max_len
);
}
/**
...
...
app/Jobs/UserMakeVideo.php
View file @
a0b59f6
...
...
@@ -683,6 +683,6 @@ class UserMakeVideo implements ShouldQueue
}
}
return
ceil
(
$this
->
width
*
$width
/
10
/
$max_len
);
return
ceil
(
$this
->
width
*
$width
/
10
0
/
$max_len
);
}
}
...
...
Please
register
or
login
to post a comment