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-03-26 21:33:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c42913362c30471a78d471ea4830c76ba106da66
c4291336
1 parent
b9306566
1.调试合成脚本程序
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Console/Commands/DevFFmpeg.php
app/Console/Commands/DevFFmpeg.php
View file @
c429133
...
...
@@ -70,7 +70,7 @@ class DevFFmpeg extends Command
// $arr = json_decode($json,true);
// dd($arr);
// dd(AdminMakeVideo::query()->find(1)->poem2());
dd
(
AdminMakeVideo
::
query
()
->
find
(
33
)
->
poem2
->
verses
->
toArray
());
dd
(
AdminMakeVideo
::
query
()
->
find
(
14
)
->
poem2
->
verses
->
toArray
());
// return 0;
// dd(AdminMakeVideo::query()->find(33)->temp->components->toArray());
dd
(
AdminMakeVideo
::
query
()
->
find
(
33
)
->
temp
->
toArray
());
...
...
Please
register
or
login
to post a comment