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.
 
 
 
 
 
 

23 lines
790 B

  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Admin_id' => '管理员ID',
  5. 'User_id' => '会员ID',
  6. 'Url' => '物理路径',
  7. 'Imagewidth' => '宽度',
  8. 'Imageheight' => '高度',
  9. 'Imagetype' => '图片类型',
  10. 'Imageframes' => '图片帧数',
  11. 'Preview' => '预览',
  12. 'Filesize' => '文件大小',
  13. 'Mimetype' => 'Mime类型',
  14. 'Extparam' => '透传数据',
  15. 'Createtime' => '创建日期',
  16. 'Uploadtime' => '上传时间',
  17. 'Storage' => '存储引擎',
  18. 'Upload to third' => '上传到第三方',
  19. 'Upload to local' => '上传到本地',
  20. 'Upload from editor' => '从编辑器上传'
  21. ];