1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 06:24:36 +02:00
This commit is contained in:
syuilo
2026-02-20 21:02:28 +09:00
parent 998f85b260
commit 460f79d5cf
11 changed files with 44 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ import { powerStrip } from './objects/powerStrip.js';
import { rolledUpPoster } from './objects/rolledUpPoster.js';
import { roundRug } from './objects/roundRug.js';
import { snakeplant } from './objects/snakeplant.js';
import { speaker } from './objects/speaker.js';
import { steelRack } from './objects/steelRack.js';
import { tabletopCalendar } from './objects/tabletopCalendar.js';
import { tabletopDigitalClock } from './objects/tabletopDigitalClock.js';
@@ -74,6 +75,7 @@ export const OBJECT_DEFS = [
rolledUpPoster,
roundRug,
snakeplant,
speaker,
steelRack,
tabletopCalendar,
tabletopDigitalClock,