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