File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments