diff --git a/README-en.md b/README-en.md index 963b0d2..6fc9007 100644 --- a/README-en.md +++ b/README-en.md @@ -14,19 +14,18 @@ English | 中文 >1. Git clone or download the project directly >2. Open this project using Visual Studio ->3. If the computer does not have the .NET Framework 4.8 installed, edit the project file to set the TargetFramework property to install the target framework for yourself, refer to [AntdUI Compatible Framework](https://www.nuget.org/packages/AntdUI#supportedframeworks-body-tab) +>3. If .NET Framework 4.8 is not installed on your computer, edit the project file and set the TargetFramework property to the target framework you installed. Refer to [AntdUI compatible frameworks](https://www.nuget.org/packages/AntdUI#supportedframeworks-body-tab) >4. Compile and run ## ⚠️ Precautions -- COMPUTER SCREEN RESOLUTION IS LOWER THAN 1920×1080 (1080P) Please use a screen with a resolution greater than or equal to 1080P +- The computer screen resolution is lower than 1920×1080 (1080P). Please use a screen with a resolution greater than or equal to 1080P to develop - If `TargetFramework` is set to `net6.0-windows7.0` or later, you can directly open the form interface and display the following prompt -![coredesign](assets/screenshots/coredesign.png) +![coredesign](assets/screenshots/coredesign-en.png) - If the `TargetFramework` is set to `net48` or lower, and the computer screen resolution is greater than 1080P or the scaling is not at 100%, it is essential to open the project using one of the following methods. For detailed reasons, please refer to [Fix HDPI/scaling issues with Windows Forms Designer in Visual Studio](https://learn.microsoft.com/zh-cn/visualstudio/designers/disable-dpi-awareness?view=vs-2022): 1. Use the command `devenv /noScale` to start Visual Studio and click on `File - Open - Project/Solution`, as shown below. -![vsstart](assets/screenshots/vsstart.png) -![vsopen](assets/screenshots/vsopen.png) - 2. Directly open the project, and when prompted on the window page, click **Restart Visual Studio with 100% zoom** as shown below. -![design](assets/screenshots/design.png) +![vsopen](assets/screenshots/vsopen-en.png) + 2. Directly open the project, and when prompted on the window page, click **Restart Visual Studio with 100% scaling** as shown below. +![design](assets/screenshots/design-en.png) ## System Settings - ✅ Support light/dark mode and automatically switch with the system diff --git a/assets/screenshots/coredesign-en.png b/assets/screenshots/coredesign-en.png new file mode 100644 index 0000000..4ee1e1f Binary files /dev/null and b/assets/screenshots/coredesign-en.png differ diff --git a/assets/screenshots/design-en.png b/assets/screenshots/design-en.png new file mode 100644 index 0000000..1ca9c91 Binary files /dev/null and b/assets/screenshots/design-en.png differ diff --git a/assets/screenshots/vsopen-en.png b/assets/screenshots/vsopen-en.png new file mode 100644 index 0000000..b151ece Binary files /dev/null and b/assets/screenshots/vsopen-en.png differ diff --git a/assets/screenshots/vsstart.png b/assets/screenshots/vsstart.png deleted file mode 100644 index a4ca80e..0000000 Binary files a/assets/screenshots/vsstart.png and /dev/null differ