Add OFD file format support to OfficeViewer plugin

Co-authored-by: emako <24737061+emako@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-07 07:15:27 +00:00
parent 67168e51aa
commit c97f924055

View File

@@ -34,6 +34,7 @@ public class Plugin : IViewer
".xls", ".xlsx", ".xlsm", ".xlsb", ".ods", ".xls", ".xlsx", ".xlsm", ".xlsb", ".ods",
".ppt", ".pptx", ".odp", ".ppt", ".pptx", ".odp",
".vsd", ".vsdx", ".vsd", ".vsdx",
".ofd",
]; ];
private PreviewPanel _panel; private PreviewPanel _panel;