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 16:40:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a3decf5c1b6639f47ff20482b127da4081b5f80
3a3decf5
1 parent
cb9d8867
1.视频最大128M
Hide 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 @
3a3decf
...
...
@@ -97,7 +97,7 @@ class AdminMakeVideoController extends AdminController
// ->accept('mp4,mov')
->
autoUpload
()
->
uniqueName
()
->
maxSize
(
'1
024
00'
)
->
maxSize
(
'1
280
00'
)
->
addElementClass
(
'video_url'
);
})
->
when
(
2
,
function
(
Form
$form
){
...
...
Please
register
or
login
to post a comment