From dbceea59b6b5c9f82d6029dd2752c7bde604c1f3 Mon Sep 17 00:00:00 2001 From: ema Date: Sat, 27 Dec 2025 00:13:18 +0800 Subject: [PATCH] Add .cfb and .eif to supported formats list Documented support for Compound File Binary (.cfb) and QQ EIF package (.eif) formats in the supported formats list. --- SUPPORTED_FORMATS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SUPPORTED_FORMATS.md b/SUPPORTED_FORMATS.md index 5971cd7..b261d43 100644 --- a/SUPPORTED_FORMATS.md +++ b/SUPPORTED_FORMATS.md @@ -213,6 +213,8 @@ Update not completed yet... - `.vsix` (Visual Studio extension) - `.xz` (XZ archive) - `.zip` (ZIP archive) +- `.cfb` (Compound File Binary) +- `.eif` (QQ EIF package with Compound File Binary format) ### Markdown files - `.md`, `.markdown` (Markdown)