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
李帅
2023-05-18 21:39:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b37ebf5ea868600f38043191b6d040d109cb860
4b37ebf5
1 parent
7724e1e7
1.修复一些bug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
app/Jobs/AdminMakeImmerse.php
app/Jobs/AdminMakeImmerse.php
View file @
4b37ebf
...
...
@@ -278,7 +278,7 @@ class AdminMakeImmerse implements ShouldQueue
];
break
;
}
try
{
$FID
=
$FOD
=
floatval
(
$component
->
fade_time
/
1000
);
$round
=
round
(
$this
->
media_info
[
'format'
][
'duration'
]
/
count
(
$contents
),
1
);
if
(
$round
<
1
)
$round
=
1
;
...
...
@@ -351,6 +351,10 @@ class AdminMakeImmerse implements ShouldQueue
'", '
;
}
}
}
catch
(
\Exception
$exception
){
echo
$exception
->
getMessage
();
echo
$exception
->
getLine
();
}
$drawtext
.=
$sub_text
;
}
...
...
Please
register
or
login
to post a comment