From 5498508700dd5c0cdf48ff7a49996092e336205a Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 26 Oct 2025 23:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=8F=97=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewerCLI/ExportCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SpineViewerCLI/ExportCommand.cs b/SpineViewerCLI/ExportCommand.cs index 9d819c0..21dd364 100644 --- a/SpineViewerCLI/ExportCommand.cs +++ b/SpineViewerCLI/ExportCommand.cs @@ -18,7 +18,6 @@ namespace SpineViewerCLI Png = 0x0100, Jpg = 0x0101, Webp = 0x0102, - Bmp = 0x0103, Frames = 0x0200, Gif = 0x0300, Webpa = 0x0301,