dev: 临时关闭TLS 1.3
This commit is contained in:
@@ -31,6 +31,10 @@ DownloadManager="*res://scripts/autoload/DownloadManager.gd"
|
|||||||
window/size/viewport_width=1920
|
window/size/viewport_width=1920
|
||||||
window/size/viewport_height=1080
|
window/size/viewport_height=1080
|
||||||
|
|
||||||
|
[network]
|
||||||
|
|
||||||
|
tls/enable_tls_v1.3=false
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
renderer/rendering_method="gl_compatibility"
|
renderer/rendering_method="gl_compatibility"
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ func _on_download_button_pressed() -> void:
|
|||||||
$Tips.text = "提示:正在加载资源,请勿关闭设置页面"
|
$Tips.text = "提示:正在加载资源,请勿关闭设置页面"
|
||||||
DownloadManager.load_resource()
|
DownloadManager.load_resource()
|
||||||
$Tips.text = "提示:完成加载"
|
$Tips.text = "提示:完成加载"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user