team_level.php 362 B

1234567891011
  1. <?php
  2. return [
  3. 'Name' => '等级名称',
  4. 'Compute_require' => '算力要求',
  5. 'Compute_incentive' => '算力奖励(单位:算力)',
  6. 'Weight_dividend' => '加权分红(单位:U)',
  7. 'Pipeline_income' => '管道收益(单位:虚拟币)',
  8. 'Create_time' => '创建时间',
  9. 'Update_time' => '更新时间'
  10. ];