From 7fd5292174a335c55f5598bc86be8439e24da355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Mon, 9 Dec 2024 11:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20word=20err?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/index.ts b/src/data/index.ts index 24bc76bd..e70f1763 100644 --- a/src/data/index.ts +++ b/src/data/index.ts @@ -18,7 +18,7 @@ import arcBirDraw from "./archive/birth_draw.json" assert { type: "json" }; import arcBirRole from "./archive/birth_role.json" assert { type: "json" }; import schemaUiaf from "./schema/uiaf-schema.json" assert { type: "json" }; import schemaUigf from "./schema/uigf-schema.json" assert { type: "json" }; -import scheamUigf4 from "./schema/uigf4-schema.json" assert { type: "json" }; +import schemaUigf4 from "./schema/uigf4-schema.json" assert { type: "json" }; import wikiCharacter from "./WIKI/character.json" assert { type: "json" }; import wikiMaterial from "./WIKI/material.json" assert { type: "json" }; import wikiWeapon from "./WIKI/weapon.json" assert { type: "json" }; @@ -34,7 +34,7 @@ export const AppWeaponData: TGApp.App.Weapon.WikiBriefInfo[] = weapon; // Schema export const UiafSchema: Schema = schemaUiaf; export const UigfSchema: Schema = schemaUigf; -export const Uigf4Schema: Schema = scheamUigf4; +export const Uigf4Schema: Schema = schemaUigf4; // Archive export const ArcBirCalendar: TGApp.Archive.Birth.CalendarData = arcBirCalendar; export const ArcBirDraw: TGApp.Archive.Birth.DrawItem[] = arcBirDraw;