Merge pull request #12 from denglihong2007/dev

fix: 统一文件名
This commit is contained in:
denglihong2007
2025-03-02 15:34:36 +08:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
<Resource Include="Assets\StyleImages\Hanzhong\PlatformScreen.png" />
<Resource Include="Assets\StyleImages\Harbin\PrimaryScreen.png" />
<Resource Include="Assets\StyleImages\Shanghai\OutsideScreen.png" />
<Resource Include="Assets\StyleImages\ZiBo\PrimaryScreen.png" />
<Resource Include="Assets\StyleImages\Zibo\PrimaryScreen.png" />
<Resource Include="Assets\win11-dashboard.dark.png" />
<Resource Include="Assets\win11-dashboard.light.png" />
<EmbeddedResource Include="Models\StylesInfoData.json" />

View File

@@ -1,4 +1,4 @@
namespace CRSim.ViewModels.ZiBo
namespace CRSim.ViewModels.Zibo
{
public class PrimaryScreenViewModel : ScreenViewModel
{

View File

@@ -1,9 +1,9 @@
<Window x:Class="CRSim.Views.ZiBo.PrimaryScreenView"
<Window x:Class="CRSim.Views.Zibo.PrimaryScreenView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:CRSim.Views.ZiBo"
xmlns:local="clr-namespace:CRSim.Views.Zibo"
mc:Ignorable="d"
xmlns:converters="clr-namespace:CRSim.Converters"
Title="引导屏" SizeToContent="WidthAndHeight"

View File

@@ -1,6 +1,6 @@
using CRSim.ViewModels.ZiBo;
using CRSim.ViewModels.Zibo;
namespace CRSim.Views.ZiBo
namespace CRSim.Views.Zibo
{
/// <summary>
/// PrimaryScreen.xaml 的交互逻辑