config.php 940 字节
<?php

return [
    [
        'name' => 'background-color',
        'title' => '背景色',
        'type' => 'string',
        'content' => [],
        'value' => '',
        'rule' => '',
        'msg' => '',
        'tip' => '',
        'ok' => '',
        'extend' => '',
    ],
    [
        'name' => 'background-image',
        'title' => '背景图片URL',
        'type' => 'image',
        'content' => [],
        'value' => '/uploads/20230421/f4b8c8f432f2ed3be4f7a20cb0ef53a8.jpg',
        'rule' => '',
        'msg' => '',
        'tip' => '',
        'ok' => '',
        'extend' => '',
    ],
    [
        'name' => 'background-video',
        'title' => '背景视频URL',
        'type' => 'file',
        'content' => [],
        'value' => 'https://t1.aixinxi.net/o_1cnh2rofs19skpcq11u6g921qm9a.mp4',
        'rule' => '',
        'msg' => '',
        'tip' => '',
        'ok' => '',
        'extend' => '',
    ],
];