mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-136] Add default image + fix not get local platforms + Add temp icon in nav bar + some style adjustements
This commit is contained in:
@@ -14,4 +14,11 @@ export const MODELS_TYPE_MS_PAGE_ROOT = {
|
||||
[MSModelType.Bloq]: "Bloqs",
|
||||
[MSModelType.Platfrom]: "Platforms",
|
||||
[MSModelType.Saber]: "Sabers"
|
||||
}
|
||||
|
||||
export const MODEL_FILE_EXTENSIONS = {
|
||||
[MSModelType.Avatar]: ".avatar",
|
||||
[MSModelType.Bloq]: ".bloq",
|
||||
[MSModelType.Platfrom]: ".plat",
|
||||
[MSModelType.Saber]: ".saber"
|
||||
}
|
||||
Reference in New Issue
Block a user