DevApp/Gs.DevApp/UserControl/ShowFile.cs
@@ -1,9 +1,7 @@ using CefSharp; using CefSharp.WinForms; using CefSharp.WinForms; using System; using System.Configuration; using System.IO; using System.Net; using System.Windows.Forms; namespace Gs.DevApp.UserControl @@ -52,8 +50,8 @@ return "img"; case ".pdf": return "pdf"; // 添加其他文件类型 // ... case ".mp4": return "mp4"; default: return "other"; }