payment-config.php 343 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'PaymentConfig' => 'PaymentConfig',
  5. 'payment-config' => 'PaymentConfig',
  6. ],
  7. 'fields' => [
  8. 'title' => '标题',
  9. 'amount' => '充值金额',
  10. 'diamond' => '钻石',
  11. 'state' => '是否上架',
  12. 'sort' => '排序',
  13. ],
  14. 'options' => [
  15. ],
  16. ];