1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 11:03:58 +02:00
This commit is contained in:
syuilo
2026-05-04 16:25:11 +09:00
parent d451ce8c36
commit beb5d1dec5
12 changed files with 218 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ import { energyDrink } from './objects/energyDrink.js';
import { envelope } from './objects/envelope.js';
import { facialTissue } from './objects/facialTissue.js';
import { glassCylinderPotPlant } from './objects/glassCylinderPotPlant.js';
import { hangingDuctRail } from './objects/hangingDuctRail.js';
import { hangingTShirt } from './objects/hangingTShirt.js';
import { icosahedron } from './objects/icosahedron.js';
import { ironFrameShelf5, ironFrameShelf4, ironFrameShelf3 } from './objects/ironFrameShelf.js';
@@ -78,6 +79,7 @@ import { snakeplant } from './objects/snakeplant.js';
import { sofa } from './objects/sofa.js';
import { speaker } from './objects/speaker.js';
import { speakerStand } from './objects/speakerStand.js';
import { spotLight } from './objects/spotLight.js';
import { sprayer } from './objects/sprayer.js';
import { steelRack } from './objects/steelRack.js';
import { stormGlass } from './objects/stormGlass.js';
@@ -205,6 +207,8 @@ export const OBJECT_DEFS = [
woodRingFloorLamp,
woodRingsPendantLight,
woodSoundAbsorbingPanel,
hangingDuctRail,
spotLight,
];
export function getObjectDef(type: string): typeof OBJECT_DEFS[number] {