feat: fake mii editor

This commit is contained in:
trafficlunar 2026-02-27 23:11:38 +00:00
parent d45eb07879
commit e31141ea39
33 changed files with 1972 additions and 207 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "miis" ADD COLUMN "instructions" JSONB;

View file

@ -78,6 +78,7 @@ model Mii {
description String? @db.VarChar(256)
platform MiiPlatform @default(THREE_DS)
instructions Json?
firstName String?
lastName String?
gender MiiGender?