mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-31 01:06:30 +08:00
Add PAK file support to ArchiveViewer plugin
Introduced PakInfoPanel for displaying PAK archive contents, including new XAML and code-behind files. Updated Plugin.cs to use PakInfoPanel when opening .pak files, enabling preview and basic information display for Chromium resource packages.
This commit is contained in:
@@ -92,10 +92,7 @@ public sealed partial class Plugin : IViewer, IMoreMenu
|
||||
}
|
||||
else if (path.EndsWith(".pak", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
var dict = PakExtractor.ExtractToDictionary(path);
|
||||
|
||||
// TODO
|
||||
_ = dict;
|
||||
_panel = new PakInfoPanel(path);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user