Skip to content

Commit 8b11f02

Browse files
committed
fix: binary formatter
1 parent 2356548 commit 8b11f02

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MaiChartManager/Front/src/components/StartupErrorDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineComponent({
1919

2020
return () => <NModal
2121
preset="card"
22-
class="w-[min(50vw,60em)] bg-red-1!"
22+
class="w-[min(50vw,60em)] bg-#FCEEEE!"
2323
title="启动过程中发生错误"
2424
v-model:show={show.value}
2525
>

MaiChartManager/MaiChartManager.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2323
<Configurations>Debug;Release;Crack</Configurations>
2424
<PublishDir>..\Packaging\Pack</PublishDir>
25+
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
2526
</PropertyGroup>
2627
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2728
<IsPublishable>False</IsPublishable>
@@ -63,6 +64,7 @@
6364
<PackageReference Include="Standart.Hash.xxHash" Version="4.0.5"/>
6465
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.1"/>
6566
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="8.1.1"/>
67+
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="9.0.5"/>
6668
<PackageReference Include="Vanara.Windows.Forms" Version="4.1.3"/>
6769
<PackageReference Include="WinBlur" Version="1.0.0"/>
6870
<PackageReference Include="Xabe.FFmpeg" Version="6.0.1"/>

0 commit comments

Comments
 (0)