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