<?php
return [
    'update' => [
        'field'    => [
            'key',
            'value',
            'type',
            'msg' => [
                'placeholder' => '可以填写字段名',
            ],
        ],
    ],
];