diff --git a/README.md b/README.md index 098b2c7..b386913 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,22 @@ ``` 1. git clone 或者直接下载本项目 -2. 若电脑缩放不是100%,使用 Visual Studio 在100%缩放模式下(命令行使用 devenv /noScale 命令启动 Visual Studio)打开项目,并按照提示或自行安装 .NET Framework4.8 +2. 若电脑缩放不是100%,使用 Visual Studio 在100%缩放模式下(命令行使用 devenv /noScale 命令启动 Visual Studio)打开项目 -3. 编译运行 +3. 若电脑没有安装.NET Framework 4.8,编辑项目文件设置 TargetFramework 属性为自己安装的目标框架,兼容框架参照 AntdUI 项目 + +4. 编译运行 ``` ## 控件演示 ### Button -![Button](assets/screenshots/Button.png) \ No newline at end of file +![Button](assets/screenshots/Button.png) +### FloatButton +![FloatButton](assets/screenshots/FloatButton.png) +### FlowPanel +![FlowPanel](assets/screenshots/FlowPanel.png) +### GridPanel +![GridPanel](assets/screenshots/GridPanel.png) +### Panel +![Panel](assets/screenshots/Panel.png) \ No newline at end of file diff --git a/assets/screenshots/Button.png b/assets/screenshots/Button.png index 772858a..6472d59 100644 Binary files a/assets/screenshots/Button.png and b/assets/screenshots/Button.png differ diff --git a/assets/screenshots/FloatButton.png b/assets/screenshots/FloatButton.png new file mode 100644 index 0000000..e064c98 Binary files /dev/null and b/assets/screenshots/FloatButton.png differ diff --git a/assets/screenshots/FlowPanel.png b/assets/screenshots/FlowPanel.png new file mode 100644 index 0000000..b5f6cb8 Binary files /dev/null and b/assets/screenshots/FlowPanel.png differ diff --git a/assets/screenshots/GridPanel.png b/assets/screenshots/GridPanel.png new file mode 100644 index 0000000..840e047 Binary files /dev/null and b/assets/screenshots/GridPanel.png differ diff --git a/assets/screenshots/Panel.png b/assets/screenshots/Panel.png new file mode 100644 index 0000000..e402d2e Binary files /dev/null and b/assets/screenshots/Panel.png differ