#
luxiaotao1123
2024-04-23 1c367ba22bb5ba35b3a2de45f23af675d50eeff4
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;