richtext.php 186 B

12345678910
  1. <?php
  2. return [
  3. 'Title' => '标题',
  4. 'Content' => '内容',
  5. 'Createtime' => '创建时间',
  6. 'Updatetime' => '更新时间',
  7. 'Deletetime' => '删除时间'
  8. ];