mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 11:24:47 +01:00
Change avatar data to a CSV file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import avatars from "@data/avatars.json";
|
||||
import commands from "@data/commands.json";
|
||||
import avatars from "@data/avatars.csv";
|
||||
import items from "@data/items.csv";
|
||||
|
||||
import type { Command, Avatar, Item } from "@backend/types";
|
||||
|
||||
Reference in New Issue
Block a user