汪总电商平台
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.
 
 
 
 
 
 

21 lines
644 B

<?php
return [
'Id' => 'ID',
'Title' => '版本标题',
'Versionname' => '版本名称',
'Versioncode' => '版本号',
'Content' => '升级内容',
'Androidlink' => '安卓升级文件',
'Ioslink' => 'IOS升级文件',
'Type' => '版本类型',
'Type base' => '结构版',
'Type alpha' => '内测版',
'Type beta' => '公测版',
'Type rc' => '终测版',
'Type release' => '正式版',
'Packgesize' => '包大小MB',
'Enforce' => '强制更新',
'Createtime' => '创建时间',
'Updatetime' => '更新时间'
];