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
245f673a78
commit
9485b3fba9
108 changed files with 109 additions and 109 deletions
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { a4Case_schema } from './a4Case.schema.js';
|
||||
import type { a4Case_schema } from 'misskey-world/src/room/objects/a4Case.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const a4Case_ui = defineObjectUi<typeof a4Case_schema>({
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { aircon_schema } from './aircon.schema.js';
|
||||
import type { aircon_schema } from 'misskey-world/src/room/objects/aircon.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const aircon_ui = defineObjectUi<typeof aircon_schema>({
|
||||
name: i18n.ts._miRoom._objects.aircon,
|
||||
options: {},
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { allInOnePc_schema } from './allInOnePc.schema.js';
|
||||
import type { allInOnePc_schema } from 'misskey-world/src/room/objects/allInOnePc.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const allInOnePc_ui = defineObjectUi<typeof allInOnePc_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { aquarium_schema } from './aquarium.schema.js';
|
||||
import type { aquarium_schema } from 'misskey-world/src/room/objects/aquarium.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const aquarium_ui = defineObjectUi<typeof aquarium_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { aromaReedDiffuser_schema } from './aromaReedDiffuser.schema.js';
|
||||
import type { aromaReedDiffuser_schema } from 'misskey-world/src/room/objects/aromaReedDiffuser.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const aromaReedDiffuser_ui = defineObjectUi<typeof aromaReedDiffuser_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { banknote_schema } from './banknote.schema.js';
|
||||
import type { banknote_schema } from 'misskey-world/src/room/objects/banknote.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const banknote_ui = defineObjectUi<typeof banknote_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { beamLamp_schema } from './beamLamp.schema.js';
|
||||
import type { beamLamp_schema } from 'misskey-world/src/room/objects/beamLamp.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const beamLamp_ui = defineObjectUi<typeof beamLamp_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { bed_schema } from './bed.schema.js';
|
||||
import type { bed_schema } from 'misskey-world/src/room/objects/bed.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const bed_ui = defineObjectUi<typeof bed_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { blind_schema } from './blind.schema.js';
|
||||
import type { blind_schema } from 'misskey-world/src/room/objects/blind.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const blind_ui = defineObjectUi<typeof blind_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { book_schema } from './book.schema.js';
|
||||
import type { book_schema } from 'misskey-world/src/room/objects/book.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const book_ui = defineObjectUi<typeof book_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { books_schema } from './books.schema.js';
|
||||
import type { books_schema } from 'misskey-world/src/room/objects/books.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const books_ui = defineObjectUi<typeof books_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { boxWallShelf_schema } from './boxWallShelf.schema.js';
|
||||
import type { boxWallShelf_schema } from 'misskey-world/src/room/objects/boxWallShelf.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const boxWallShelf_ui = defineObjectUi<typeof boxWallShelf_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { cactusS_schema } from './cactusS.schema.js';
|
||||
import type { cactusS_schema } from 'misskey-world/src/room/objects/cactusS.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const cactusS_ui = defineObjectUi<typeof cactusS_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { cardboardBox_schema } from './cardboardBox.schema.js';
|
||||
import type { cardboardBox_schema } from 'misskey-world/src/room/objects/cardboardBox.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const cardboardBox_ui = defineObjectUi<typeof cardboardBox_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { ceilingFanLight_schema } from './ceilingFanLight.schema.js';
|
||||
import type { ceilingFanLight_schema } from 'misskey-world/src/room/objects/ceilingFanLight.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ceilingFanLight_ui = defineObjectUi<typeof ceilingFanLight_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { chair_schema } from './chair.schema.js';
|
||||
import type { chair_schema } from 'misskey-world/src/room/objects/chair.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const chair_ui = defineObjectUi<typeof chair_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { clippedPicture_schema } from './clippedPicture.schema.js';
|
||||
import type { clippedPicture_schema } from 'misskey-world/src/room/objects/clippedPicture.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const clippedPicture_ui = defineObjectUi<typeof clippedPicture_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { coffeeCup_schema } from './coffeeCup.schema.js';
|
||||
import type { coffeeCup_schema } from 'misskey-world/src/room/objects/coffeeCup.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const coffeeCup_ui = defineObjectUi<typeof coffeeCup_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { colorBox_schema } from './colorBox.schema.js';
|
||||
import type { colorBox_schema } from 'misskey-world/src/room/objects/colorBox.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const colorBox_ui = defineObjectUi<typeof colorBox_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { cuboid_schema } from './cuboid.schema.js';
|
||||
import type { cuboid_schema } from 'misskey-world/src/room/objects/cuboid.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const cuboid_ui = defineObjectUi<typeof cuboid_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { cupNoodle_schema } from './cupNoodle.schema.js';
|
||||
import type { cupNoodle_schema } from 'misskey-world/src/room/objects/cupNoodle.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const cupNoodle_ui = defineObjectUi<typeof cupNoodle_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { curtain_schema } from './curtain.schema.js';
|
||||
import type { curtain_schema } from 'misskey-world/src/room/objects/curtain.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const curtain_ui = defineObjectUi<typeof curtain_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { custardPudding_schema } from './custardPudding.schema.js';
|
||||
import type { custardPudding_schema } from 'misskey-world/src/room/objects/custardPudding.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const custardPudding_ui = defineObjectUi<typeof custardPudding_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { descriptionPlate_schema } from './descriptionPlate.schema.js';
|
||||
import type { descriptionPlate_schema } from 'misskey-world/src/room/objects/descriptionPlate.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const descriptionPlate_ui = defineObjectUi<typeof descriptionPlate_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { desk_schema } from './desk.schema.js';
|
||||
import type { desk_schema } from 'misskey-world/src/room/objects/desk.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const desk_ui = defineObjectUi<typeof desk_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { desktopPc_schema } from './desktopPc.schema.js';
|
||||
import type { desktopPc_schema } from 'misskey-world/src/room/objects/desktopPc.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const desktopPc_ui = defineObjectUi<typeof desktopPc_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { djMixer_schema } from './djMixer.schema.js';
|
||||
import type { djMixer_schema } from 'misskey-world/src/room/objects/djMixer.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const djMixer_ui = defineObjectUi<typeof djMixer_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { djPlayer_schema } from './djPlayer.schema.js';
|
||||
import type { djPlayer_schema } from 'misskey-world/src/room/objects/djPlayer.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const djPlayer_ui = defineObjectUi<typeof djPlayer_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { ductRailSpotLights_schema } from './ductRailSpotLights.schema.js';
|
||||
import type { ductRailSpotLights_schema } from 'misskey-world/src/room/objects/ductRailSpotLights.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ductRailSpotLights_ui = defineObjectUi<typeof ductRailSpotLights_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { ductTape_schema } from './ductTape.schema.js';
|
||||
import type { ductTape_schema } from 'misskey-world/src/room/objects/ductTape.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ductTape_ui = defineObjectUi<typeof ductTape_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { electronicDisplayBoard_schema } from './electronicDisplayBoard.schema.js';
|
||||
import type { electronicDisplayBoard_schema } from 'misskey-world/src/room/objects/electronicDisplayBoard.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const electronicDisplayBoard_ui = defineObjectUi<typeof electronicDisplayBoard_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { emptyBento_schema } from './emptyBento.schema.js';
|
||||
import type { emptyBento_schema } from 'misskey-world/src/room/objects/emptyBento.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const emptyBento_ui = defineObjectUi<typeof emptyBento_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { energyDrink_schema } from './energyDrink.schema.js';
|
||||
import type { energyDrink_schema } from 'misskey-world/src/room/objects/energyDrink.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const energyDrink_ui = defineObjectUi<typeof energyDrink_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { envelope_schema } from './envelope.schema.js';
|
||||
import type { envelope_schema } from 'misskey-world/src/room/objects/envelope.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const envelope_ui = defineObjectUi<typeof envelope_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { facialTissue_schema } from './facialTissue.schema.js';
|
||||
import type { facialTissue_schema } from 'misskey-world/src/room/objects/facialTissue.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const facialTissue_ui = defineObjectUi<typeof facialTissue_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { glassCylinderPotPlant_schema } from './glassCylinderPotPlant.schema.js';
|
||||
import type { glassCylinderPotPlant_schema } from 'misskey-world/src/room/objects/glassCylinderPotPlant.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const glassCylinderPotPlant_ui = defineObjectUi<typeof glassCylinderPotPlant_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { handheldGameConsole_schema } from './handheldGameConsole.schema.js';
|
||||
import type { handheldGameConsole_schema } from 'misskey-world/src/room/objects/handheldGameConsole.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const handheldGameConsole_ui = defineObjectUi<typeof handheldGameConsole_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { hangingDuctRail_schema } from './hangingDuctRail.schema.js';
|
||||
import type { hangingDuctRail_schema } from 'misskey-world/src/room/objects/hangingDuctRail.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const hangingDuctRail_ui = defineObjectUi<typeof hangingDuctRail_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { hangingTShirt_schema } from './hangingTShirt.schema.js';
|
||||
import type { hangingTShirt_schema } from 'misskey-world/src/room/objects/hangingTShirt.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const hangingTShirt_ui = defineObjectUi<typeof hangingTShirt_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { icosahedron_schema } from './icosahedron.schema.js';
|
||||
import type { icosahedron_schema } from 'misskey-world/src/room/objects/icosahedron.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const icosahedron_ui = defineObjectUi<typeof icosahedron_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { ironFrameTable_schema } from './ironFrameTable.schema.js';
|
||||
import type { ironFrameTable_schema } from 'misskey-world/src/room/objects/ironFrameTable.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ironFrameTable_ui = defineObjectUi<typeof ironFrameTable_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { issyoubin_schema } from './issyoubin.schema.js';
|
||||
import type { issyoubin_schema } from 'misskey-world/src/room/objects/issyoubin.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const issyoubin_ui = defineObjectUi<typeof issyoubin_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { keyboard_schema } from './keyboard.schema.js';
|
||||
import type { keyboard_schema } from 'misskey-world/src/room/objects/keyboard.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const keyboard_ui = defineObjectUi<typeof keyboard_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { laptopPc_schema } from './laptopPc.schema.js';
|
||||
import type { laptopPc_schema } from 'misskey-world/src/room/objects/laptopPc.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const laptopPc_ui = defineObjectUi<typeof laptopPc_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { largeMousepad_schema } from './largeMousepad.schema.js';
|
||||
import type { largeMousepad_schema } from 'misskey-world/src/room/objects/largeMousepad.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const largeMousepad_ui = defineObjectUi<typeof largeMousepad_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { lavaLamp_schema } from './lavaLamp.schema.js';
|
||||
import type { lavaLamp_schema } from 'misskey-world/src/room/objects/lavaLamp.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const lavaLamp_ui = defineObjectUi<typeof lavaLamp_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { letterCase_schema } from './letterCase.schema.js';
|
||||
import type { letterCase_schema } from 'misskey-world/src/room/objects/letterCase.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const letterCase_ui = defineObjectUi<typeof letterCase_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { lowPartitionBar_schema } from './lowPartitionBar.schema.js';
|
||||
import type { lowPartitionBar_schema } from 'misskey-world/src/room/objects/lowPartitionBar.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const lowPartitionBar_ui = defineObjectUi<typeof lowPartitionBar_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { miObjet_schema } from './miObjet.schema.js';
|
||||
import type { miObjet_schema } from 'misskey-world/src/room/objects/miObjet.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const miObjet_ui = defineObjectUi<typeof miObjet_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { miPlate_schema } from './miPlate.schema.js';
|
||||
import type { miPlate_schema } from 'misskey-world/src/room/objects/miPlate.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const miPlate_ui = defineObjectUi<typeof miPlate_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { miPlateDisplayed_schema } from './miPlateDisplayed.schema.js';
|
||||
import type { miPlateDisplayed_schema } from 'misskey-world/src/room/objects/miPlateDisplayed.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const miPlateDisplayed_ui = defineObjectUi<typeof miPlateDisplayed_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { milk_schema } from './milk.schema.js';
|
||||
import type { milk_schema } from 'misskey-world/src/room/objects/milk.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const milk_ui = defineObjectUi<typeof milk_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { mixer_schema } from './mixer.schema.js';
|
||||
import type { mixer_schema } from 'misskey-world/src/room/objects/mixer.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const mixer_ui = defineObjectUi<typeof mixer_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { monitor_schema } from './monitor.schema.js';
|
||||
import type { monitor_schema } from 'misskey-world/src/room/objects/monitor.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const monitor_ui = defineObjectUi<typeof monitor_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { monitorSpeaker_schema } from './monitorSpeaker.schema.js';
|
||||
import type { monitorSpeaker_schema } from 'misskey-world/src/room/objects/monitorSpeaker.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const monitorSpeaker_ui = defineObjectUi<typeof monitorSpeaker_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { monstera_schema } from './monstera.schema.js';
|
||||
import type { monstera_schema } from 'misskey-world/src/room/objects/monstera.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const monstera_ui = defineObjectUi<typeof monstera_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { mug_schema } from './mug.schema.js';
|
||||
import type { mug_schema } from 'misskey-world/src/room/objects/mug.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const mug_ui = defineObjectUi<typeof mug_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { newtonsCradle_schema } from './newtonsCradle.schema.js';
|
||||
import type { newtonsCradle_schema } from 'misskey-world/src/room/objects/newtonsCradle.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const newtonsCradle_ui = defineObjectUi<typeof newtonsCradle_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { openedCardboardBox_schema } from './openedCardboardBox.schema.js';
|
||||
import type { openedCardboardBox_schema } from 'misskey-world/src/room/objects/openedCardboardBox.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const openedCardboardBox_ui = defineObjectUi<typeof openedCardboardBox_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { pachira_schema } from './pachira.schema.js';
|
||||
import type { pachira_schema } from 'misskey-world/src/room/objects/pachira.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const pachira_ui = defineObjectUi<typeof pachira_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { petBottle_schema } from './petBottle.schema.js';
|
||||
import type { petBottle_schema } from 'misskey-world/src/room/objects/petBottle.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const petBottle_ui = defineObjectUi<typeof petBottle_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { piano_schema } from './piano.schema.js';
|
||||
import type { piano_schema } from 'misskey-world/src/room/objects/piano.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const piano_ui = defineObjectUi<typeof piano_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { pictureFrame_schema } from './pictureFrame.schema.js';
|
||||
import type { pictureFrame_schema } from 'misskey-world/src/room/objects/pictureFrame.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const pictureFrame_ui = defineObjectUi<typeof pictureFrame_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { pizza_schema } from './pizza.schema.js';
|
||||
import type { pizza_schema } from 'misskey-world/src/room/objects/pizza.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const pizza_ui = defineObjectUi<typeof pizza_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { plant_schema } from './plant.schema.js';
|
||||
import type { plant_schema } from 'misskey-world/src/room/objects/plant.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const plant_ui = defineObjectUi<typeof plant_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { plant2_schema } from './plant2.schema.js';
|
||||
import type { plant2_schema } from 'misskey-world/src/room/objects/plant2.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const plant2_ui = defineObjectUi<typeof plant2_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { poster_schema } from './poster.schema.js';
|
||||
import type { poster_schema } from 'misskey-world/src/room/objects/poster.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const poster_ui = defineObjectUi<typeof poster_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { powerStrip_schema } from './powerStrip.schema.js';
|
||||
import type { powerStrip_schema } from 'misskey-world/src/room/objects/powerStrip.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const powerStrip_ui = defineObjectUi<typeof powerStrip_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { radiometer_schema } from './radiometer.schema.js';
|
||||
import type { radiometer_schema } from 'misskey-world/src/room/objects/radiometer.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const radiometer_ui = defineObjectUi<typeof radiometer_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { randomBooks_schema } from './randomBooks.schema.js';
|
||||
import type { randomBooks_schema } from 'misskey-world/src/room/objects/randomBooks.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const randomBooks_ui = defineObjectUi<typeof randomBooks_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { recordPlayer_schema } from './recordPlayer.schema.js';
|
||||
import type { recordPlayer_schema } from 'misskey-world/src/room/objects/recordPlayer.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const recordPlayer_ui = defineObjectUi<typeof recordPlayer_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { rolledUpPoster_schema } from './rolledUpPoster.schema.js';
|
||||
import type { rolledUpPoster_schema } from 'misskey-world/src/room/objects/rolledUpPoster.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const rolledUpPoster_ui = defineObjectUi<typeof rolledUpPoster_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { roundRug_schema } from './roundRug.schema.js';
|
||||
import type { roundRug_schema } from 'misskey-world/src/room/objects/roundRug.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const roundRug_ui = defineObjectUi<typeof roundRug_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { router_schema } from './router.schema.js';
|
||||
import type { router_schema } from 'misskey-world/src/room/objects/router.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const router_ui = defineObjectUi<typeof router_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { siphon_schema } from './siphon.schema.js';
|
||||
import type { siphon_schema } from 'misskey-world/src/room/objects/siphon.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const siphon_ui = defineObjectUi<typeof siphon_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { snakeplant_schema } from './snakeplant.schema.js';
|
||||
import type { snakeplant_schema } from 'misskey-world/src/room/objects/snakeplant.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const snakeplant_ui = defineObjectUi<typeof snakeplant_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { sofa_schema } from './sofa.schema.js';
|
||||
import type { sofa_schema } from 'misskey-world/src/room/objects/sofa.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const sofa_ui = defineObjectUi<typeof sofa_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { speaker_schema } from './speaker.schema.js';
|
||||
import type { speaker_schema } from 'misskey-world/src/room/objects/speaker.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const speaker_ui = defineObjectUi<typeof speaker_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { speakerStand_schema } from './speakerStand.schema.js';
|
||||
import type { speakerStand_schema } from 'misskey-world/src/room/objects/speakerStand.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const speakerStand_ui = defineObjectUi<typeof speakerStand_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { spotLight_schema } from './spotLight.schema.js';
|
||||
import type { spotLight_schema } from 'misskey-world/src/room/objects/spotLight.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const spotLight_ui = defineObjectUi<typeof spotLight_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { sprayer_schema } from './sprayer.schema.js';
|
||||
import type { sprayer_schema } from 'misskey-world/src/room/objects/sprayer.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const sprayer_ui = defineObjectUi<typeof sprayer_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { stanchionPole_schema } from './stanchionPole.schema.js';
|
||||
import type { stanchionPole_schema } from 'misskey-world/src/room/objects/stanchionPole.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const stanchionPole_ui = defineObjectUi<typeof stanchionPole_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { steelRack_schema } from './steelRack.schema.js';
|
||||
import type { steelRack_schema } from 'misskey-world/src/room/objects/steelRack.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const steelRack_ui = defineObjectUi<typeof steelRack_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { stormGlass_schema } from './stormGlass.schema.js';
|
||||
import type { stormGlass_schema } from 'misskey-world/src/room/objects/stormGlass.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const stormGlass_ui = defineObjectUi<typeof stormGlass_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tableSalt_schema } from './tableSalt.schema.js';
|
||||
import type { tableSalt_schema } from 'misskey-world/src/room/objects/tableSalt.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tableSalt_ui = defineObjectUi<typeof tableSalt_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tabletopCalendar_schema } from './tabletopCalendar.schema.js';
|
||||
import type { tabletopCalendar_schema } from 'misskey-world/src/room/objects/tabletopCalendar.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopCalendar_ui = defineObjectUi<typeof tabletopCalendar_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tabletopDigitalClock_schema } from './tabletopDigitalClock.schema.js';
|
||||
import type { tabletopDigitalClock_schema } from 'misskey-world/src/room/objects/tabletopDigitalClock.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopDigitalClock_ui = defineObjectUi<typeof tabletopDigitalClock_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tabletopFlag_schema } from './tabletopFlag.schema.js';
|
||||
import type { tabletopFlag_schema } from 'misskey-world/src/room/objects/tabletopFlag.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopFlag_ui = defineObjectUi<typeof tabletopFlag_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tabletopGlassPictureFrame_schema } from './tabletopGlassPictureFrame.schema.js';
|
||||
import type { tabletopGlassPictureFrame_schema } from 'misskey-world/src/room/objects/tabletopGlassPictureFrame.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopGlassPictureFrame_ui = defineObjectUi<typeof tabletopGlassPictureFrame_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tabletopIronFrameStand_schema } from './tabletopIronFrameStand.schema.js';
|
||||
import type { tabletopIronFrameStand_schema } from 'misskey-world/src/room/objects/tabletopIronFrameStand.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopIronFrameStand_ui = defineObjectUi<typeof tabletopIronFrameStand_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tabletopLcdButtonsController_schema } from './tabletopLcdButtonsController.schema.js';
|
||||
import type { tabletopLcdButtonsController_schema } from 'misskey-world/src/room/objects/tabletopLcdButtonsController.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopLcdButtonsController_ui = defineObjectUi<typeof tabletopLcdButtonsController_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tabletopPictureFrame_schema } from './tabletopPictureFrame.schema.js';
|
||||
import type { tabletopPictureFrame_schema } from 'misskey-world/src/room/objects/tabletopPictureFrame.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopPictureFrame_ui = defineObjectUi<typeof tabletopPictureFrame_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tapestry_schema } from './tapestry.schema.js';
|
||||
import type { tapestry_schema } from 'misskey-world/src/room/objects/tapestry.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tapestry_ui = defineObjectUi<typeof tapestry_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tetrapod_schema } from './tetrapod.schema.js';
|
||||
import type { tetrapod_schema } from 'misskey-world/src/room/objects/tetrapod.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tetrapod_ui = defineObjectUi<typeof tetrapod_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { tv_schema } from './tv.schema.js';
|
||||
import type { tv_schema } from 'misskey-world/src/room/objects/tv.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tv_ui = defineObjectUi<typeof tv_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { twistedCubeObjet_schema } from './twistedCubeObjet.schema.js';
|
||||
import type { twistedCubeObjet_schema } from 'misskey-world/src/room/objects/twistedCubeObjet.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const twistedCubeObjet_ui = defineObjectUi<typeof twistedCubeObjet_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { usedTissue_schema } from './usedTissue.schema.js';
|
||||
import type { usedTissue_schema } from 'misskey-world/src/room/objects/usedTissue.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const usedTissue_ui = defineObjectUi<typeof usedTissue_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { wallCanvas_schema } from './wallCanvas.schema.js';
|
||||
import type { wallCanvas_schema } from 'misskey-world/src/room/objects/wallCanvas.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const wallCanvas_ui = defineObjectUi<typeof wallCanvas_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { wallClock_schema } from './wallClock.schema.js';
|
||||
import type { wallClock_schema } from 'misskey-world/src/room/objects/wallClock.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const wallClock_ui = defineObjectUi<typeof wallClock_schema>({
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*/
|
||||
|
||||
import { defineObjectUi } from '../defineObjectUi.js';
|
||||
import type { wallGlassPictureFrame_schema } from './wallGlassPictureFrame.schema.js';
|
||||
import type { wallGlassPictureFrame_schema } from 'misskey-world/src/room/objects/wallGlassPictureFrame.schema.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const wallGlassPictureFrame_ui = defineObjectUi<typeof wallGlassPictureFrame_schema>({
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue