#
luxiaotao1123
2024-04-23 26dede87608f9ced212a3f76acd358dc4544747b
src/assets/data/shelf.js
@@ -4,11 +4,11 @@
    position: [0, 0, 0],
    rotationY: Math.PI / 2,
  },
  {
    no: '2-1-1',
    position: [100, 0, 0],
    rotationY: Math.PI / 2,
  }
  // {
  //   no: '2-1-1',
  //   position: [100, 0, 0],
  //   rotationY: Math.PI / 2,
  // }
];
export default shelfData;