1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 12:34:30 +02:00
This commit is contained in:
syuilo
2026-02-17 13:11:06 +09:00
parent 90fa65c96e
commit d446e00964
6 changed files with 132 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ import { powerStrip } from './objects/powerStrip.js';
import { roundRug } from './objects/roundRug.js';
import { snakeplant } from './objects/snakeplant.js';
import { steelRack } from './objects/steelRack.js';
import { tabletopDigitalClock } from './objects/tabletopDigitalClock.js';
import { tv } from './objects/tv.js';
import { wallClock } from './objects/wallClock.js';
import { woodSoundAbsorbingPanel } from './objects/woodSoundAbsorbingPanel.js';
@@ -68,6 +69,7 @@ export const OBJECT_DEFS = [
roundRug,
snakeplant,
steelRack,
tabletopDigitalClock,
tv,
wallClock,
woodSoundAbsorbingPanel,