video-temp.php 687 Bytes
<?php 
return [
    'labels' => [
        'VideoTemp' => 'VideoTemp',
        'video-temp' => 'VideoTemp',
    ],
    'fields' => [
        'title' => '模板标题',
        'type' => '类型',
        'bg_type' => '背景动画类型',
        'bg_url' => '背景文件地址',
        'bg_music' => '背景音乐',
        'bgm_url' => '背景音地址',
        'state' => '状态',
        'sn' => '序号',
        'top' => '距离容器上边距',
        'left' => '距离容器左边距',
        'font_size' => '字号',
        'text_color' => '文字颜色',
        'text_bg_color' => '文字背景色',
        'opacity' => '透明度',
    ],
    'options' => [
    ],
];