user-identify.php 594 B

123456789101112131415161718192021222324
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'UserIdentify' => 'User Identify',
  5. 'user-identify' => 'User Identify',
  6. ],
  7. 'fields' => [
  8. 'user_id' => 'user ID',
  9. 'name' => 'name',
  10. 'email' => 'email',
  11. 'mobile' => 'mobile',
  12. 'bio' => 'bio',
  13. 'sex' => 'sex',
  14. 'birthday' => 'birthday',
  15. 'avatar' => 'avatar',
  16. 'action_type' => 'action_type',
  17. 'type' => 'type',
  18. 'status' => 'auth status',
  19. 'background_add' => 'background add',
  20. 'user_apply' => 'user apply',
  21. ],
  22. 'options' => [
  23. ],
  24. ];