update README.md.
This commit is contained in:
parent
da365f11f9
commit
bf7caca00f
13
README-en.md
13
README-en.md
@ -14,19 +14,18 @@ English | <a href="README.md">中文</a>
|
|||||||
|
|
||||||
>1. Git clone or download the project directly
|
>1. Git clone or download the project directly
|
||||||
>2. Open this project using Visual Studio
|
>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
|
>4. Compile and run
|
||||||
|
|
||||||
## ⚠️ Precautions
|
## ⚠️ 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
|
- If `TargetFramework` is set to `net6.0-windows7.0` or later, you can directly open the form interface and display the following prompt
|
||||||

|

|
||||||
- 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):
|
- 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.
|
1. Use the command `devenv /noScale` to start Visual Studio and click on `File - Open - Project/Solution`, as shown below.
|
||||||

|

|
||||||

|
2. Directly open the project, and when prompted on the window page, click **Restart Visual Studio with 100% scaling** as shown below.
|
||||||
2. Directly open the project, and when prompted on the window page, click **Restart Visual Studio with 100% zoom** as shown below.
|

|
||||||

|
|
||||||
|
|
||||||
## System Settings
|
## System Settings
|
||||||
- ✅ Support light/dark mode and automatically switch with the system
|
- ✅ Support light/dark mode and automatically switch with the system
|
||||||
|
|||||||
BIN
assets/screenshots/coredesign-en.png
Normal file
BIN
assets/screenshots/coredesign-en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
assets/screenshots/design-en.png
Normal file
BIN
assets/screenshots/design-en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
assets/screenshots/vsopen-en.png
Normal file
BIN
assets/screenshots/vsopen-en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB |
Loading…
x
Reference in New Issue
Block a user