1
lu
2024-12-01 ff561fb64775f0f3dbf5a4bf91e4c61bcc887080
DevApp/Gs.DevApp/UserControl/ShowFile.cs
@@ -52,8 +52,8 @@
                    return "img";
                case ".pdf":
                    return "pdf";
                // 添加其他文件类型
                // ...
                case ".mp4":
                    return "mp4";
                default:
                    return "other";
            }