#
luxiaotao1123
2024-04-23 f57db66f7c1ead69b0772132330edb30411e6373
src/assets/data/shelf.js
@@ -1,18 +1,14 @@
const shelfData = [
  {
    x: 200,
    y: -1000,
    width: 200,
    height: 2000,
    tunnelNumber: 'T1',
    no: '1-1-1',
    position: [0, 0, 0],
    rotationY: Math.PI / 2,
  },
  {
    x: 200,
    y: -50,
    width: 1300,
    height: 100,
    tunnelNumber: 'T2',
  },
    no: '2-1-1',
    position: [100, 0, 0],
    rotationY: Math.PI / 2,
  }
];
export default shelfData;