mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
wip
This commit is contained in:
parent
baad4ae929
commit
4740c76128
3 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -54,6 +54,7 @@ import { pc } from './objects/pc.js';
|
|||
import { petBottle } from './objects/petBottle.js';
|
||||
import { piano } from './objects/piano.js';
|
||||
import { pictureFrame } from './objects/pictureFrame.js';
|
||||
import { pizza } from './objects/pizza.js';
|
||||
import { plant } from './objects/plant.js';
|
||||
import { plant2 } from './objects/plant2.js';
|
||||
import { poster } from './objects/poster.js';
|
||||
|
|
@ -138,6 +139,7 @@ export const OBJECT_DEFS = [
|
|||
petBottle,
|
||||
piano,
|
||||
pictureFrame,
|
||||
pizza,
|
||||
plant,
|
||||
plant2,
|
||||
poster,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue