1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 13:13:56 +02:00

tabletopIronFrameStand

This commit is contained in:
syuilo
2026-04-13 17:29:07 +09:00
parent 2094e82a30
commit e85d1c6139
5 changed files with 104 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ export const desk = defineObject({
case 'frameColor': applyFrameColor(); break;
case 'boardColor': applyBoardColor(); break;
case 'width': applySize(); break;
case 'depth': applySize(); break;
}
},
interactions: {},