mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修正高分辨率下数据包过大的问题
This commit is contained in:
@@ -14,8 +14,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
zoneWidth = 256
|
||||
zoneHeight = 256
|
||||
zoneWidth = 128
|
||||
zoneHeight = 128
|
||||
)
|
||||
|
||||
// Link vnc link
|
||||
|
||||
Reference in New Issue
Block a user