mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
13 lines
246 B
PHP
13 lines
246 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'text' => '短文本',
|
|
'textarea' => '长文本',
|
|
'radio' => '横向单选',
|
|
'checkbox' => '横向多选',
|
|
'select' => '下拉单选',
|
|
'image' => '图片',
|
|
],
|
|
];
|