You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
333 B
16 lines
333 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Notice' => '系统公告',
|
|
'notice' => '系统公告',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '发布者ID',
|
|
'title' => '公告标题',
|
|
'sort' => '排序',
|
|
'author' => '作者',
|
|
'content' => '公告内容',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|