✏️ fix word err

This commit is contained in:
目棃
2024-12-09 11:38:14 +08:00
parent 81b1e15e31
commit 7fd5292174

View File

@@ -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 arcBirRole from "./archive/birth_role.json" assert { type: "json" };
import schemaUiaf from "./schema/uiaf-schema.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 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 wikiCharacter from "./WIKI/character.json" assert { type: "json" };
import wikiMaterial from "./WIKI/material.json" assert { type: "json" }; import wikiMaterial from "./WIKI/material.json" assert { type: "json" };
import wikiWeapon from "./WIKI/weapon.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 // Schema
export const UiafSchema: Schema = schemaUiaf; export const UiafSchema: Schema = schemaUiaf;
export const UigfSchema: Schema = schemaUigf; export const UigfSchema: Schema = schemaUigf;
export const Uigf4Schema: Schema = scheamUigf4; export const Uigf4Schema: Schema = schemaUigf4;
// Archive // Archive
export const ArcBirCalendar: TGApp.Archive.Birth.CalendarData = arcBirCalendar; export const ArcBirCalendar: TGApp.Archive.Birth.CalendarData = arcBirCalendar;
export const ArcBirDraw: TGApp.Archive.Birth.DrawItem[] = arcBirDraw; export const ArcBirDraw: TGApp.Archive.Birth.DrawItem[] = arcBirDraw;