Faces.php 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?php
  2. $arr = [
  3. [
  4. 'imgId' => 0,
  5. 'url' => "/static/images/face/0.png",
  6. 'type' => 0
  7. ], [
  8. 'imgId' => 1,
  9. 'url' => "/static/images/face/1.png",
  10. 'type' => 0
  11. ],[
  12. 'imgId' => 2,
  13. 'url' => "/static/images/face/2.png",
  14. 'type' => 0
  15. ], [
  16. 'imgId' => 3,
  17. 'url' => "/static/images/face/3.png",
  18. 'type' => 0
  19. ],[
  20. 'imgId' => 4,
  21. 'url' => "/static/images/face/4.png",
  22. 'type' => 0
  23. ], [
  24. 'imgId' => 5,
  25. 'url' => "/static/images/face/5.png",
  26. 'type' => 0
  27. ],[
  28. 'imgId' => 6,
  29. 'url' => "/static/images/face/6.png",
  30. 'type' => 0
  31. ], [
  32. 'imgId' => 7,
  33. 'url' => "/static/images/face/7.png",
  34. 'type' => 0
  35. ],[
  36. 'imgId' => 8,
  37. 'url' => "/static/images/face/8.png",
  38. 'type' => 0
  39. ], [
  40. 'imgId' => 9,
  41. 'url' => "/static/images/face/9.png",
  42. 'type' => 0
  43. ],[
  44. 'imgId' => 10,
  45. 'url' => "/static/images/face/10.png",
  46. 'type' => 0
  47. ], [
  48. 'imgId' => 11,
  49. 'url' => "/static/images/face/11.png",
  50. 'type' => 0
  51. ],[
  52. 'imgId' => 12,
  53. 'url' => "/static/images/face/12.png",
  54. 'type' => 0
  55. ], [
  56. 'imgId' => 13,
  57. 'url' => "/static/images/face/13.png",
  58. 'type' => 0
  59. ],[
  60. 'imgId' => 14,
  61. 'url' => "/static/images/face/14.png",
  62. 'type' => 0
  63. ], [
  64. 'imgId' => 15,
  65. 'url' => "/static/images/face/15.png",
  66. 'type' => 0
  67. ],[
  68. 'imgId' => 16,
  69. 'url' => "/static/images/face/16.png",
  70. 'type' => 0
  71. ], [
  72. 'imgId' => 17,
  73. 'url' => "/static/images/face/17.png",
  74. 'type' => 0
  75. ],[
  76. 'imgId' => 18,
  77. 'url' => "/static/images/face/18.png",
  78. 'type' => 0
  79. ], [
  80. 'imgId' => 19,
  81. 'url' => "/static/images/face/19.png",
  82. 'type' => 0
  83. ]
  84. ];
  85. return ['faces' => $arr];