Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
c97f924055 Add OFD file format support to OfficeViewer plugin
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2025-09-07 07:15:27 +00:00
copilot-swe-agent[bot]
67168e51aa Initial plan 2025-09-07 07:10:57 +00:00

View File

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