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