mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 01:21:54 +08:00
new snapshot api
This commit is contained in:
@@ -193,7 +193,7 @@ export function Streamer() {
|
||||
|
||||
var __clickScreenshotButton = function() {
|
||||
let el_a = document.createElement("a");
|
||||
el_a.href = "/streamer/snapshot";
|
||||
el_a.href = "/api/streamer/snapshot?allow_offline=1";
|
||||
el_a.target = "_blank";
|
||||
document.body.appendChild(el_a);
|
||||
el_a.click();
|
||||
|
||||
Reference in New Issue
Block a user