From cfb9753097d48f37651051eadfac0de9d603e216 Mon Sep 17 00:00:00 2001
From: denglihong2007 <98096191+denglihong2007@users.noreply.github.com>
Date: Sat, 24 May 2025 20:03:30 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E7=AE=80=E5=8C=96?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81=20[skip=20cliff]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../SecondaryPlatformScreenView.xaml | 70 ++----
.../BeijingNan/TicketCheckScreenView.xaml | 234 ++++++++----------
.../BeijingNan/TicketCheckScreenView.xaml.cs | 6 -
3 files changed, 130 insertions(+), 180 deletions(-)
diff --git a/CRSim.ScreenSimulator/Views/BeijingNan/SecondaryPlatformScreenView.xaml b/CRSim.ScreenSimulator/Views/BeijingNan/SecondaryPlatformScreenView.xaml
index d6db153..59f9fb4 100644
--- a/CRSim.ScreenSimulator/Views/BeijingNan/SecondaryPlatformScreenView.xaml
+++ b/CRSim.ScreenSimulator/Views/BeijingNan/SecondaryPlatformScreenView.xaml
@@ -8,55 +8,25 @@
mc:Ignorable="d" Foreground="#df3a38"
xmlns:converters="clr-namespace:CRSim.ScreenSimulator.Converters"
xmlns:converters1="clr-namespace:CRSim.Shared.Converters;assembly=CRSim.Shared"
- FontFamily="黑体" FontSize="25" FontWeight="Bold"
+ FontFamily="宋体" FontSize="25" FontWeight="Bold"
Title="引导屏" SizeToContent="WidthAndHeight"
WindowStyle="None" AllowsTransparency="True" Background="Black"
xmlns:views="clr-namespace:CRSim.ScreenSimulator.Views"
ResizeMode="NoResize">
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -66,10 +36,10 @@
-
-
-
-
+
+
+
+
@@ -78,7 +48,11 @@
-
-
+
+
+
+
diff --git a/CRSim.ScreenSimulator/Views/BeijingNan/TicketCheckScreenView.xaml b/CRSim.ScreenSimulator/Views/BeijingNan/TicketCheckScreenView.xaml
index 051410d..d2d2dac 100644
--- a/CRSim.ScreenSimulator/Views/BeijingNan/TicketCheckScreenView.xaml
+++ b/CRSim.ScreenSimulator/Views/BeijingNan/TicketCheckScreenView.xaml
@@ -1,9 +1,9 @@
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/CRSim.ScreenSimulator/Views/BeijingNan/TicketCheckScreenView.xaml.cs b/CRSim.ScreenSimulator/Views/BeijingNan/TicketCheckScreenView.xaml.cs
index 0b78974..4e5f6d0 100644
--- a/CRSim.ScreenSimulator/Views/BeijingNan/TicketCheckScreenView.xaml.cs
+++ b/CRSim.ScreenSimulator/Views/BeijingNan/TicketCheckScreenView.xaml.cs
@@ -1,12 +1,6 @@
using CRSim.ScreenSimulator.ViewModels.BeijingNan;
-using System.Windows;
-using System.Windows.Input;
-using System.Windows.Media;
namespace CRSim.ScreenSimulator.Views.BeijingNan
{
- ///
- /// SecondaryScreen.xaml 的交互逻辑
- ///
public partial class TicketCheckScreenView : BaseScreenView
{
public TicketCheckScreenViewModel ViewModel { get; }