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-03-24 15:05:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0f5977081fd1668d713a5a51a09cac5118b21b5
d0f59770
1 parent
33f401bf
1.feel 临境有感可以不填
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Admin/Controllers/AdminMakeVideoController.php
app/Admin/Controllers/AdminMakeVideoController.php
View file @
d0f5977
...
...
@@ -33,7 +33,7 @@ class AdminMakeVideoController extends AdminController
$grid
->
column
(
'url'
)
->
display
(
function
(
$url
){
return
"<a target='_blank' href='"
.
Storage
::
disk
(
'public'
)
->
url
(
'/ffmpeg/'
.
basename
(
$url
))
.
"'>查看</a>"
;
});
$grid
->
column
(
'type'
,
'类型'
)
->
using
([
1
=>
'
视频'
,
2
=>
'音
频'
]);
$grid
->
column
(
'type'
,
'类型'
)
->
using
([
1
=>
'
音频'
,
2
=>
'视
频'
]);
$grid
->
column
(
'duration'
);
$grid
->
column
(
'size'
);
$grid
->
column
(
'poem_id'
);
...
...
Please
register
or
login
to post a comment