Add CHM viewer plugin (WebView2-based)

This commit does not implement the file link
This commit is contained in:
ema
2026-04-28 02:29:02 +08:00
parent a6236884aa
commit 92c2d9ed4c
6 changed files with 301 additions and 7 deletions
@@ -76,6 +76,21 @@
<Name>QuickLook.Common</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\QuickLook.Plugin.HtmlViewer\QuickLook.Plugin.HtmlViewer.csproj">
<Project>{CE22A1F3-7F2C-4EC8-BFDE-B58D0EB625FC}</Project>
<Name>QuickLook.Plugin.HtmlViewer</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3912.50">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\chm2html.html" />
</ItemGroup>
</Project>