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.
15 lines
311 B
15 lines
311 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'AppVersion' => 'AppVersion',
|
|
],
|
|
'fields' => [
|
|
'client_type' => '设备类型',
|
|
'version' => '版本号',
|
|
'is_must' => '强制升级',
|
|
'url' => '地址',
|
|
'update_log' => '更新日志',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|
|
|