1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 00:05:32 +02:00
This commit is contained in:
syuilo
2026-04-23 20:22:24 +09:00
parent 8a6e925297
commit e6ce36178c
3 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -39,6 +39,7 @@ import { hangingTShirt } from './objects/hangingTShirt.js';
import { icosahedron } from './objects/icosahedron.js'; import { icosahedron } from './objects/icosahedron.js';
import { ironFrameShelf5, ironFrameShelf4, ironFrameShelf3 } from './objects/ironFrameShelf.js'; import { ironFrameShelf5, ironFrameShelf4, ironFrameShelf3 } from './objects/ironFrameShelf.js';
import { ironFrameTable } from './objects/ironFrameTable.js'; import { ironFrameTable } from './objects/ironFrameTable.js';
import { issyoubin } from './objects/issyoubin.js';
import { keyboard } from './objects/keyboard.js'; import { keyboard } from './objects/keyboard.js';
import { laptopPc } from './objects/laptopPc.js'; import { laptopPc } from './objects/laptopPc.js';
import { lavaLamp } from './objects/lavaLamp.js'; import { lavaLamp } from './objects/lavaLamp.js';
@@ -136,6 +137,7 @@ export const OBJECT_DEFS = [
ironFrameShelf4, ironFrameShelf4,
ironFrameShelf3, ironFrameShelf3,
ironFrameTable, ironFrameTable,
issyoubin,
keyboard, keyboard,
laptopPc, laptopPc,
lavaLamp, lavaLamp,

View File

@@ -18,7 +18,7 @@ export const issyoubin = defineObject({
}, },
}, },
default: { default: {
variation: 'ai', variation: 'misuki',
}, },
}, },
placement: 'top', placement: 'top',