lu
2025-05-28 76ef0f16a086a626c4ed557d6553a355c6c2218f
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";
            }