description.php 169 B

123456789
  1. <?php
  2. return [
  3. 'Url' => '地址',
  4. 'Name' => '名称',
  5. 'Desc' => '介绍',
  6. 'Weight' => '顺序',
  7. 'Createdat' => '创建时间'
  8. ];