feat: exclusively using .ltd file and partial color map

This commit is contained in:
trafficlunar 2026-04-12 00:16:26 +01:00
parent 1ec0b73712
commit 79e6adff64
13 changed files with 917 additions and 963 deletions

View file

@ -1,2 +1,2 @@
-- AlterTable
ALTER TABLE "miis" ADD COLUMN "miiData" JSONB;
ALTER TABLE "miis" ADD COLUMN "miiData" BYTEA;

View file

@ -83,7 +83,7 @@ model Mii {
gender MiiGender?
makeup MiiMakeup?
miiData Json?
miiData Bytes?
firstName String?
lastName String?