1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 11:03:58 +02:00

tabletopGlassPictureFrame

This commit is contained in:
syuilo
2026-04-12 15:40:03 +09:00
parent 6582087b2f
commit 4ad5234325
4 changed files with 139 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ import { steelRack } from './objects/steelRack.js';
import { tabletopCalendar } from './objects/tabletopCalendar.js';
import { tabletopDigitalClock } from './objects/tabletopDigitalClock.js';
import { tabletopFlag } from './objects/tabletopFlag.js';
import { tabletopGlassPictureFrame } from './objects/tabletopGlassPictureFrame.js';
import { tabletopPictureFrame } from './objects/tabletopPictureFrame.js';
import { tapestry } from './objects/tapestry.js';
import { tetrapod } from './objects/tetrapod.js';
@@ -147,6 +148,7 @@ export const OBJECT_DEFS = [
tabletopCalendar,
tabletopDigitalClock,
tabletopFlag,
tabletopGlassPictureFrame,
tabletopPictureFrame,
tapestry,
tetrapod,