瑶都万能墙
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.

13 lines
143 B

4 months ago
  1. export default {
  2. sex : {
  3. : {
  4. name : 'man',
  5. color : '#5baaff',
  6. },
  7. : {
  8. name : 'woman',
  9. color : '#ff50b3',
  10. },
  11. },
  12. }