notice.php 265 B

1234567891011121314
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Notice' => '系统公告',
  5. 'notice' => '系统公告',
  6. ],
  7. 'fields' => [
  8. 'title' => '标题',
  9. 'content' => '内容',
  10. 'users' => '推送的用户',
  11. ],
  12. 'options' => [
  13. ],
  14. ];