mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-12 12:45:38 +08:00
perf: 优化12306模拟
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<LangVersion>13.0</LangVersion>
|
||||
<StartupObject>CRSim.App</StartupObject>
|
||||
<ApplicationIcon>Assets\CRSimIcon.ico</ApplicationIcon>
|
||||
<Version>2.0.0.2</Version>
|
||||
<Version>2.0.1.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
||||
<PackageReference Include="CRSim.WebsiteSimulator" Version="1.0.1" />
|
||||
<PackageReference Include="CRSim.WebsiteSimulator" Version="1.1.0" />
|
||||
<PackageReference Include="EPPlus" Version="8.0.1" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.3" />
|
||||
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
MaxWidth="300"
|
||||
Margin="0,0,0,0"
|
||||
Style="{StaticResource BodyStrongTextBlockStyle}"
|
||||
Text="一个可以模拟售票网站、车站显示屏、车站广播等要素的综合模拟器。虽然现在只有显示屏模拟。"
|
||||
Text="一个可以模拟售票网站、车站显示屏、车站广播等要素的综合模拟器。最近上新了售票网站模拟哦!"
|
||||
TextAlignment="Left" HorizontalAlignment="Left" Padding="0,8,12,8"/>
|
||||
</Border>
|
||||
</StackPanel>
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
<Border Grid.Row="0" Background="{DynamicResource InfoBarErrorSeverityBackgroundBrush}"
|
||||
BorderBrush="{DynamicResource InfoBarBorderBrush}" BorderThickness="{StaticResource ExpanderBorderThemeThickness}"
|
||||
@@ -79,10 +80,26 @@
|
||||
<TextBlock Grid.Column="0" Width="20" Height="20" Text="" FontSize="20" Foreground="{DynamicResource InfoBarWarningSeverityIconBackground}"
|
||||
Margin="10,5,10,5" VerticalAlignment="Center" FontFamily="{StaticResource SymbolThemeFontFamily}"/>
|
||||
<TextBlock Grid.Column="1" Margin="12" FontSize="14" Style="{StaticResource BodyTextBlockStyle}"
|
||||
Text="如果该系统侵犯到您的权益,请立即联系QQ:2639367181并告知作者,作者将会在第一时间删除相关内容。"/>
|
||||
Text="如果该系统侵犯到您的权益,请立即联系电子邮件support@mstscn.com告知作者,作者将会在第一时间删除相关内容。"/>
|
||||
</Grid>
|
||||
</Border>
|
||||
<Border Grid.Row="3" Background="{DynamicResource ExpanderHeaderBackground}"
|
||||
<Border Grid.Row="3" Background="{DynamicResource InfoBarWarningSeverityBackgroundBrush}"
|
||||
BorderBrush="{DynamicResource InfoBarBorderBrush}" BorderThickness="{StaticResource ExpanderBorderThemeThickness}"
|
||||
Padding="{StaticResource ExpanderPadding}" CornerRadius="{DynamicResource ControlCornerRadius}" Margin="0,4,0,0">
|
||||
<Grid>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="Auto" />
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<TextBlock Grid.Column="0" Width="20" Height="20" Text="" FontSize="20" Foreground="{DynamicResource InfoBarWarningSeverityIconBackground}"
|
||||
Margin="10,5,10,5" VerticalAlignment="Center" FontFamily="{StaticResource SymbolThemeFontFamily}"/>
|
||||
<TextBlock Grid.Column="1" Margin="12" FontSize="14" Style="{StaticResource BodyTextBlockStyle}"
|
||||
Text="本功能需要设置用户Key后才可使用,具体步骤请参考http://47.122.74.193/CRSim/Key"/>
|
||||
</Grid>
|
||||
</Border>
|
||||
<Border Grid.Row="4" Background="{DynamicResource ExpanderHeaderBackground}"
|
||||
BorderBrush="{DynamicResource ExpanderHeaderBorderBrush}" BorderThickness="{StaticResource ExpanderBorderThemeThickness}"
|
||||
Padding="{StaticResource ExpanderPadding}" CornerRadius="{DynamicResource ControlCornerRadius}" Margin="0,4,0,0">
|
||||
<Grid>
|
||||
@@ -104,7 +121,7 @@
|
||||
</Grid>
|
||||
|
||||
</Border>
|
||||
<Border Grid.Row="4" Background="{DynamicResource ExpanderHeaderBackground}"
|
||||
<Border Grid.Row="5" Background="{DynamicResource ExpanderHeaderBackground}"
|
||||
BorderBrush="{DynamicResource ExpanderHeaderBorderBrush}" BorderThickness="{StaticResource ExpanderBorderThemeThickness}"
|
||||
Padding="{StaticResource ExpanderPadding}" CornerRadius="{DynamicResource ControlCornerRadius}" Margin="0,4,0,0">
|
||||
<Grid>
|
||||
|
||||
Reference in New Issue
Block a user