1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-29 18:44:40 +02:00
This commit is contained in:
syuilo
2026-04-13 11:18:53 +09:00
parent baad4ae929
commit 4740c76128
3 changed files with 2 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ import { pc } from './objects/pc.js';
import { petBottle } from './objects/petBottle.js'; import { petBottle } from './objects/petBottle.js';
import { piano } from './objects/piano.js'; import { piano } from './objects/piano.js';
import { pictureFrame } from './objects/pictureFrame.js'; import { pictureFrame } from './objects/pictureFrame.js';
import { pizza } from './objects/pizza.js';
import { plant } from './objects/plant.js'; import { plant } from './objects/plant.js';
import { plant2 } from './objects/plant2.js'; import { plant2 } from './objects/plant2.js';
import { poster } from './objects/poster.js'; import { poster } from './objects/poster.js';
@@ -138,6 +139,7 @@ export const OBJECT_DEFS = [
petBottle, petBottle,
piano, piano,
pictureFrame, pictureFrame,
pizza,
plant, plant,
plant2, plant2,
poster, poster,