diff --git a/Models/DataUtil.cs b/Models/DataUtil.cs index 7c88c70..e18c380 100644 --- a/Models/DataUtil.cs +++ b/Models/DataUtil.cs @@ -89,7 +89,7 @@ namespace AntdUIDemo.Models { "其它", new List { new MenuItems { Text = "Battery 电池", Tag = "Battery" }, - new MenuItems { Text = "ContextMenuStrip 右键菜单", Tag = "ContextMenuStrip" }, + new MenuItems { Text = "ContextMenuStrip 快捷菜单", Tag = "ContextMenuStrip" }, new MenuItems { Text = "Image3D 图片3D", Tag = "Image3D" }, new MenuItems { Text = "WindowBar 窗口栏", Tag = "WindowBar" } } diff --git a/README.md b/README.md index 41fb903..d0e7192 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ ![FloatButton](assets/screenshots/FloatButton.png) ### 布局 +#### Divider 分割线 +![Divider](assets/screenshots/Divider.png) #### FlowPanel 流动布局 ![FlowPanel](assets/screenshots/FlowPanel.png) #### GridPanel 网格布局 @@ -131,14 +133,20 @@ #### Progress 进度条 ![Progress](assets/screenshots/Progress.png) #### Spin 加载中 +![Spin](assets/screenshots/Spin.png) ### 聊天 #### ChatList 气泡聊天列表 +![ChatList](assets/screenshots/ChatList.png) #### MsgList 好友消息列表 +![MsgList](assets/screenshots/MsgList.png) ### 其它 #### Battery 电池 -#### ContextMenuStrip 右键菜单 -#### Divider 分割线 +![Battery](assets/screenshots/Battery.png) +#### ContextMenuStrip 快捷菜单 +![ContextMenuStrip](assets/screenshots/ContextMenuStrip.png) #### Image3D 图片3D -#### WindowBar 窗口栏 \ No newline at end of file +![Image3D](assets/screenshots/Image3D.png) +#### WindowBar 窗口栏 +![WindowBar](assets/screenshots/WindowBar.png) \ No newline at end of file diff --git a/assets/screenshots/Battery.png b/assets/screenshots/Battery.png new file mode 100644 index 0000000..c851abc Binary files /dev/null and b/assets/screenshots/Battery.png differ diff --git a/assets/screenshots/ChatList.png b/assets/screenshots/ChatList.png new file mode 100644 index 0000000..389b26a Binary files /dev/null and b/assets/screenshots/ChatList.png differ diff --git a/assets/screenshots/ContextMenuStrip.png b/assets/screenshots/ContextMenuStrip.png new file mode 100644 index 0000000..56122b9 Binary files /dev/null and b/assets/screenshots/ContextMenuStrip.png differ diff --git a/assets/screenshots/Divider.png b/assets/screenshots/Divider.png new file mode 100644 index 0000000..92b3a12 Binary files /dev/null and b/assets/screenshots/Divider.png differ diff --git a/assets/screenshots/FlowPanel.png b/assets/screenshots/FlowPanel.png index 8c76fc3..8e284a0 100644 Binary files a/assets/screenshots/FlowPanel.png and b/assets/screenshots/FlowPanel.png differ diff --git a/assets/screenshots/GridPanel.png b/assets/screenshots/GridPanel.png index 2f5de58..8911624 100644 Binary files a/assets/screenshots/GridPanel.png and b/assets/screenshots/GridPanel.png differ diff --git a/assets/screenshots/Image3D.png b/assets/screenshots/Image3D.png new file mode 100644 index 0000000..fad8b8f Binary files /dev/null and b/assets/screenshots/Image3D.png differ diff --git a/assets/screenshots/MsgList.png b/assets/screenshots/MsgList.png new file mode 100644 index 0000000..a6596ab Binary files /dev/null and b/assets/screenshots/MsgList.png differ diff --git a/assets/screenshots/Panel.png b/assets/screenshots/Panel.png index 5f11f96..dbdab90 100644 Binary files a/assets/screenshots/Panel.png and b/assets/screenshots/Panel.png differ diff --git a/assets/screenshots/Spin.png b/assets/screenshots/Spin.png new file mode 100644 index 0000000..eca18dd Binary files /dev/null and b/assets/screenshots/Spin.png differ diff --git a/assets/screenshots/StackPanel.png b/assets/screenshots/StackPanel.png index 510d5df..e2fbe43 100644 Binary files a/assets/screenshots/StackPanel.png and b/assets/screenshots/StackPanel.png differ diff --git a/assets/screenshots/WindowBar.png b/assets/screenshots/WindowBar.png new file mode 100644 index 0000000..cbf3e49 Binary files /dev/null and b/assets/screenshots/WindowBar.png differ