Showing
1 changed file
with
0 additions
and
9 deletions
... | @@ -82,17 +82,8 @@ class InitTemplateData extends Command | ... | @@ -82,17 +82,8 @@ class InitTemplateData extends Command |
82 | $video_temp = new VideoTemp(); | 82 | $video_temp = new VideoTemp(); |
83 | 83 | ||
84 | $video_temp->title = 'test'; | 84 | $video_temp->title = 'test'; |
85 | - $video_temp->type = 1; | ||
86 | - $video_temp->bg_type = 2; | ||
87 | $video_temp->bg_url = 'files/ce1f0f0a995f93ff2e6d68451ab0873e.png'; | 85 | $video_temp->bg_url = 'files/ce1f0f0a995f93ff2e6d68451ab0873e.png'; |
88 | $video_temp->bg_music = 0; | 86 | $video_temp->bg_music = 0; |
89 | - $video_temp->text_color = '#FAF1F3'; | ||
90 | - $video_temp->text_bg_color = '#21415E'; | ||
91 | - $video_temp->opacity = 100; | ||
92 | - $video_temp->sn = 1; | ||
93 | - $video_temp->top = 120; | ||
94 | - $video_temp->left = 70; | ||
95 | - $video_temp->font_size = 4; | ||
96 | $video_temp->state = 0; | 87 | $video_temp->state = 0; |
97 | 88 | ||
98 | $video_temp->save(); | 89 | $video_temp->save(); | ... | ... |
-
Please register or login to post a comment