From 65709505e85b51274f99445093ca1e5d957742f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=BD=87=E9=98=B3?= Date: Tue, 25 Jun 2024 16:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CPF_Cef/MainModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPF_Cef/MainModel.cs b/CPF_Cef/MainModel.cs index bb1099d..24a4d64 100644 --- a/CPF_Cef/MainModel.cs +++ b/CPF_Cef/MainModel.cs @@ -1124,7 +1124,7 @@ namespace AksWebBrowser { string command = $"pkill vlc"; ShllCommad(command); - command = $"vlc --fullscreen --video-title={param.title} {param.url}"; + command = $"vlc --overlay --video-on-top --fullscreen --video-title={param.title} {param.url}"; ShllCommad(command); }); string result = "{\"timestamp\":\"" + Utils.GetTimestamp() + "\",\"message\":\"success\",\"code\":\"200\",\"status\":true,\"suffix\":\"jpg\",\"data\":\"" + "播放成功" + "\"}";