Add .vsix support to archive viewer
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

This commit is contained in:
ema
2025-06-29 10:40:31 +08:00
parent 7ca15b5e1e
commit ff25bedcae

View File

@@ -36,6 +36,7 @@ public class Plugin : IViewer
".nupkg",
".rar",
".tar", ".tgz",
".vsix",
".xz",
".zip",
];