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-11-03 11:15:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
58ae02925dab1c64598b8abd14ce2fe4f4e6f1f0
58ae0292
1 parent
8e89f933
1.微调一下接口,部署到新google cloud
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
app/Console/Commands/InitTemplateData.php
app/Console/Commands/InitTemplateData.php
View file @
58ae029
...
...
@@ -82,17 +82,8 @@ class InitTemplateData extends Command
$video_temp
=
new
VideoTemp
();
$video_temp
->
title
=
'test'
;
$video_temp
->
type
=
1
;
$video_temp
->
bg_type
=
2
;
$video_temp
->
bg_url
=
'files/ce1f0f0a995f93ff2e6d68451ab0873e.png'
;
$video_temp
->
bg_music
=
0
;
$video_temp
->
text_color
=
'#FAF1F3'
;
$video_temp
->
text_bg_color
=
'#21415E'
;
$video_temp
->
opacity
=
100
;
$video_temp
->
sn
=
1
;
$video_temp
->
top
=
120
;
$video_temp
->
left
=
70
;
$video_temp
->
font_size
=
4
;
$video_temp
->
state
=
0
;
$video_temp
->
save
();
...
...
Please
register
or
login
to post a comment