refactor: 移除媒体检测逻辑,简化代码体积

This commit is contained in:
2026-01-20 12:10:06 +08:00
parent cb6a4f4d2c
commit 6e09de5316
4 changed files with 15 additions and 379 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>