修复webvnc

This commit is contained in:
MengMengCode
2026-06-09 13:13:51 +08:00
parent a923daa7a2
commit 2b4fe4f5bc
2 changed files with 50 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
declare module '@novnc/novnc' {
declare module '@novnc/novnc/lib/rfb' {
export default class RFB extends EventTarget {
constructor(target: HTMLElement, url: string, options?: { credentials?: Record<string, string>; shared?: boolean; repeaterID?: string; wsProtocols?: string[] })
scaleViewport: boolean