From 55f5c9f25ff6c8332631d47ff06ec6e4f0c18427 Mon Sep 17 00:00:00 2001 From: modernw Date: Mon, 8 Dec 2025 10:34:06 +0800 Subject: [PATCH 1/2] Update README with TLS 1.2 support instructions Added important note about TLS 1.2 support for Internet Explorer. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56f4290..12846e5 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Attention: - This program is an x86 program, not an ARM application, not cross-platform, and cannot be used on Windows RT. - This program uses some third-party libraries and other Github projects, and is completed using AI (ChatGTP). This project can be used for learning and communication purposes. + +- (Important) Internet Explorer must support TLS 1.2 (requiring the use of IE's XMLHttpRequest to retrieve update information), especially IE10. You can do this by opening the "Advanced" tab in Control Panel/Internet Explorer's "Internet Options," finding "Use TLS 1.2" and checking the box, then clicking "OK" and saving. The settings will take effect the next time you open the browser. (Translated by Google Translate) From d5418b6c2889baf10407b53f7bc8013e090feb2c Mon Sep 17 00:00:00 2001 From: modernw Date: Mon, 8 Dec 2025 10:35:54 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12846e5..c3389d6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Attention: - This program uses some third-party libraries and other Github projects, and is completed using AI (ChatGTP). This project can be used for learning and communication purposes. -- (Important) Internet Explorer must support TLS 1.2 (requiring the use of IE's XMLHttpRequest to retrieve update information), especially IE10. You can do this by opening the "Advanced" tab in Control Panel/Internet Explorer's "Internet Options," finding "Use TLS 1.2" and checking the box, then clicking "OK" and saving. The settings will take effect the next time you open the browser. +- (Important) Internet Explorer must support TLS 1.2 (requiring the use of IE's XMLHttpRequest to retrieve update information), especially IE10. You can do this by opening the "Advanced" tab in Control Panel/Internet Explorer's "Internet Options," finding "Use TLS 1.2" and checking the box, then clicking "OK" and saving. The settings will take effect the next time you open the browser.屏幕截图 2025-12-08 103450 (Translated by Google Translate)