From 7432e9250fc91db359f56542034ca58da9d47ebf Mon Sep 17 00:00:00 2001 From: lwch Date: Mon, 1 Nov 2021 18:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=AB=98=E5=88=86=E8=BE=A8?= =?UTF-8?q?=E7=8E=87=E4=B8=8B=E6=95=B0=E6=8D=AE=E5=8C=85=E8=BF=87=E5=A4=A7?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/client/tunnel/vnc/link.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/client/tunnel/vnc/link.go b/code/client/tunnel/vnc/link.go index c568a6c..011bdea 100644 --- a/code/client/tunnel/vnc/link.go +++ b/code/client/tunnel/vnc/link.go @@ -14,8 +14,8 @@ import ( ) const ( - zoneWidth = 256 - zoneHeight = 256 + zoneWidth = 128 + zoneHeight = 128 ) // Link vnc link