version.php 592 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Platform' => '平台类别',
  5. 'Platform h5' => 'H5',
  6. 'Platform android' => '安卓',
  7. 'Platform ios' => '苹果',
  8. 'Platform applets' => '小程序',
  9. 'Version' => '版本号',
  10. 'Content' => '更新内容',
  11. 'Download_file' => '下载地址',
  12. 'Enforce' => '强制更新',
  13. 'Enforce 1' => '是',
  14. 'Enforce 0' => '否',
  15. 'Create_time' => '创建时间',
  16. 'Update_time' => '更新时间',
  17. 'Delete_time' => '删除时间'
  18. ];