lu
2025-03-27 0a9e6a87e3361a54dc42f920c9f6f0f303da118c
DevApp/Gs.DevApp/UserControl/ShowFile.cs
@@ -52,8 +52,8 @@
                    return "img";
                case ".pdf":
                    return "pdf";
                // 添加其他文件类型
                // ...
                case ".mp4":
                    return "mp4";
                default:
                    return "other";
            }