mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
支持旧日之海地图 (#2546)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -98,6 +98,10 @@ public partial class MapViewerViewModel : ObservableObject
|
||||
{
|
||||
_mapImage = new Mat(Global.Absolute(@"Assets/Map/Enkanomiya/Enkanomiya_0_1024.png"));
|
||||
}
|
||||
else if (mapName == MapTypes.SeaOfBygoneEras.ToString())
|
||||
{
|
||||
_mapImage = new Mat(Global.Absolute(@"Assets/Map/SeaOfBygoneEras/SeaOfBygoneEras_0_1024.png"));
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception("暂时不支持展示路径的地图类型:" + mapName);
|
||||
|
||||
Reference in New Issue
Block a user