first commit
This commit is contained in:
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
+98
@@ -0,0 +1,98 @@
|
||||
# AntdUI
|
||||
|
||||
### 🦄 介绍
|
||||
|
||||
基于 Ant Design 设计语言的 WinForm UI 界面库,致力于将现代美观的前端设计风格带入到桌面应用程序中。采用纯GDI绘图,不需任何图片资源,全面支持AOT,最低兼容 `.NET Framework 4.0`
|
||||
|
||||
### ✨ 特性
|
||||
|
||||
- 🌈 现代化的设计风格
|
||||
- 🎨 精细绘制与流畅动画
|
||||
- 🚀 在 Winform 上呈现最佳阴影效果
|
||||
- 📦 无边框窗口,保留原生窗口特性
|
||||
- 💎 3D翻转特效
|
||||
- 👚 主题自定义
|
||||
- 🦜 SVG 矢量图
|
||||
- 👓 DPI 自适应
|
||||
- 🌍 全球化支持
|
||||
|
||||
### 🖥 环境
|
||||
|
||||
- .NET 9.0
|
||||
- .NET 6.0
|
||||
- .NET Framework4.8
|
||||
- .NET Framework4.0及以上
|
||||
|
||||
### 🌴 控件
|
||||
|
||||
⬇️| 通用 `2` | 动画 | 禁用 |
|
||||
:---:|:--|:--:|:--:|
|
||||
➡️| [**Button** 按钮](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Button.md) | ✅ | ✅ |
|
||||
➡️| [**FloatButton** 悬浮按钮](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/FloatButton.md) | ✅ | ❎ |
|
||||
||||
|
||||
⬇️| 布局 `4` | 动画 | 禁用 |
|
||||
➡️| [**Divider** 分割线](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Divider.md) | ❎ | ❎ |
|
||||
➡️| [**StackPanel** 堆栈布局](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/StackPanel.md) | ❎ | ❎ |
|
||||
➡️| [**FlowPanel** 流动布局](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/FlowPanel.md) | ❎ | ❎ |
|
||||
➡️| [**GridPanel** 格栅布局](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/GridPanel.md) | ❎ | ❎ |
|
||||
||||
|
||||
⬇️| 导航 `6` | 动画 | 禁用 |
|
||||
➡️| [**Breadcrumb** 面包屑](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Breadcrumb.md) | ✅ | ❎ |
|
||||
➡️| [**Dropdown** 下拉菜单](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Dropdown.md) | ✅ | ✅ |
|
||||
➡️| [**Menu** 导航菜单](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Menu.md) | ✅ | ❎ |
|
||||
➡️| [**PageHeader** 页头](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/PageHeader.md) | ✅ | ❎ |
|
||||
➡️| [**Pagination** 分页](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Pagination.md) | ✅ | ✅ |
|
||||
➡️| [**Steps** 步骤条](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Steps.md) | ❎ | ❎ |
|
||||
||||
|
||||
⬇️| 数据录入 `13` | 动画 | 禁用 |
|
||||
➡️| [**Checkbox** 多选框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Checkbox.md) | ✅ | ✅ |
|
||||
➡️| [**ColorPicker** 颜色选择器](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/ColorPicker.md) | ✅ | ✅ |
|
||||
➡️| [**DatePicker** 日期选择框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/DatePicker.md) | ✅ | ✅ |
|
||||
➡️| [**DatePickerRange** 日期范围选择框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/DatePicker#DatePickerRange.md) | ✅ | ✅ |
|
||||
➡️| [**Input** 输入框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Input.md) | ✅ | ✅ |
|
||||
➡️| [**InputNumber** 数字输入框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Input#InputNumber.md) | ✅ | ✅ |
|
||||
➡️| [**Radio** 单选框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Radio.md) | ✅ | ✅ |
|
||||
➡️| [**Rate** 评分](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Rate.md) | ✅ | ❎ |
|
||||
➡️| [**Select** 选择器](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Select.md) | ✅ | ✅ |
|
||||
➡️| [**Slider** 滑动输入条](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Slider.md) | ✅ | ❎ |
|
||||
➡️| [**Switch** 开关](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Switch.md) | ✅ | ✅ |
|
||||
➡️| [**TimePicker** 时间选择框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/TimePicker.md) | ✅ | ✅ |
|
||||
➡️| [**UploadDragger** 拖拽上传](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/UploadDragger.md) | ✅ | ❎ |
|
||||
||||
|
||||
⬇️| 数据展示 `17` | 动画 | 禁用 |
|
||||
➡️| [**Avatar** 头像](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Avatar.md) | ❎ | ❎ |
|
||||
➡️| [**Badge** 徽标数](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Badge.md) | ✅ | ❎ |
|
||||
➡️| [**Calendar** 日历](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Calendar.md) | ✅ | ❎ |
|
||||
➡️| [**Panel** 面板](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Panel.md) | ✅ | ❎ |
|
||||
➡️| [**Carousel** 走马灯](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Carousel.md) | ✅ | ❎ |
|
||||
➡️| [**Collapse** 折叠面板](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Collapse.md) | ✅ | ❎ |
|
||||
➡️| [**Preview** 图片预览](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Preview.md) | ✅ | ✅ |
|
||||
➡️| [**Popover** 气泡卡片](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Popover.md) | ✅ | ❎ |
|
||||
➡️| [**Segmented** 分段控制器](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Segmented.md) | ✅ | ✅ |
|
||||
➡️| [**Table** 表格](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Table.md) | ✅ | ❎ |
|
||||
➡️| [**Tabs** 标签页](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Tabs.md) | ✅ | ❎ |
|
||||
➡️| [**Tag** 标签](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Tag.md) | ✅ | ❎ |
|
||||
➡️| [**Timeline** 时间轴](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Timeline.md) | ❎ | ❎ |
|
||||
➡️| [**Tooltip** 文字提示](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Tooltip.md) | ✅ | ❎ |
|
||||
➡️| [**Tree** 树形控件](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Tree.md) | ✅ | ✅ |
|
||||
➡️| [**Label** 文本](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Label.md) | ✅ | ❎ |
|
||||
➡️| [**LabelTime** 时间文本](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/LabelTime.md) | ✅ | ❎ |
|
||||
||||
|
||||
⬇️| 反馈 `7` | 动画 | 禁用 |
|
||||
➡️| [**Alert** 警告提示](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Alert.md) | ✅ | ❎ |
|
||||
➡️| [**Drawer** 抽屉](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Drawer.md) | ✅ | ❎ |
|
||||
➡️| [**Message** 全局提示](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Message.md) | ✅ | ❎ |
|
||||
➡️| [**Modal** 对话框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Modal.md) | ✅ | ❎ |
|
||||
➡️| [**Notification** 通知提醒框](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Notification.md) | ✅ | ❎ |
|
||||
➡️| [**Progress** 进度条](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Progress.md) | ✅ | ❎ |
|
||||
➡️| [**Spin** 加载中](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Spin.md) | ✅ | ❎ |
|
||||
||||
|
||||
⬇️| 聊天 `2` | 动画 | 禁用 |
|
||||
➡️| **MsgList** 好友消息列表 | ✅ | ❎ |
|
||||
➡️| **ChatList** 气泡聊天列表 | ✅ | ❎ |
|
||||
||||
|
||||
⬇️| 其他 `4` | 动画 | 禁用 |
|
||||
➡️| [**Battery** 电量](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Battery.md) | ✅ | ❎ |
|
||||
➡️| [**Signal** 信号强度](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/Signal.md) | ✅ | ❎ |
|
||||
➡️| [**ContextMenuStrip** 右键菜单](https://gitee.com/antdui/AntdUI/blob/main/doc/wiki/zh/Control/ContextMenuStrip.md) | ✅ | ❎ |
|
||||
➡️| **Image3D** 图片3D | ✅ | ❎ |
|
||||
BIN
Binary file not shown.
+17555
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+17555
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+17555
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+17555
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+17555
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+17555
File diff suppressed because it is too large
Load Diff
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
Copyright (c) 2000-2023 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org).
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
||||
associated documentation files (the "Software"), to deal in the Software without restriction,
|
||||
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
||||
sub license, and/or sell copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions: The above copyright notice and this
|
||||
permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
||||
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
|
||||
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.**
|
||||
@@ -0,0 +1,45 @@
|
||||
# The Bouncy Castle Cryptography Library For .NET
|
||||
[](https://www.nuget.org/packages/BouncyCastle.Cryptography) [](https://www.nuget.org/packages/BouncyCastle.Cryptography)
|
||||
|
||||
The Bouncy Castle Cryptography library is a .NET implementation of cryptographic algorithms and protocols. It was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [https://www.bouncycastle.org](https://www.bouncycastle.org).
|
||||
|
||||
In addition to providing basic cryptography algorithms, the package also provides support for CMS, OpenPGP, (D)TLS, TSP, X.509 certificate generation and more. The package also includes implementations of the following NIST Post-Quantum Cryptography Standardization algorithms: CRYSTALS-Dilithium, CRYSTALS-Kyber, Falcon, SPHINCS+, Classic McEliece, FrodoKEM, NTRU, NTRU Prime, Picnic, Saber, BIKE, and SIKE. These should all be considered EXPERIMENTAL and subject to change or removal. SIKE in particular is already slated for removal and should be used for research purposes only.
|
||||
|
||||
The Legion also gratefully acknowledges the contributions made to this package by others (see [here](https://www.bouncycastle.org/csharp/contributors.html) for the current list). If you would like to contribute to our efforts please feel free to get in touch with us or visit our [donations page](https://www.bouncycastle.org/donate), sponsor some specific work, or purchase a [support contract](https://www.keyfactor.com/platform/bouncy-castle-support/).
|
||||
|
||||
Except where otherwise stated, this software is distributed under a license based on the MIT X Consortium license. To view the license, [see here](https://www.bouncycastle.org/licence.html). This software includes a modified Bzip2 library, which is licensed under the [Apache Software License, Version 2.0](http://www.apache.org/licenses/).
|
||||
|
||||
**Note**: This source tree is not the FIPS version of the APIs - if you are interested in our FIPS version please visit us [here](https://www.bouncycastle.org/fips-csharp) or contact us directly at [office@bouncycastle.org](mailto:office@bouncycastle.org).
|
||||
|
||||
## Installing BouncyCastle
|
||||
You should install [BouncyCastle with NuGet:](https://www.nuget.org/packages/BouncyCastle.Cryptography)
|
||||
|
||||
Install-Package BouncyCastle.Cryptography
|
||||
|
||||
Or via the .NET Core command line interface:
|
||||
|
||||
dotnet add package BouncyCastle.Cryptography
|
||||
|
||||
Either commands, from Package Manager Console or .NET Core CLI, will download and install BouncyCastle.Cryptography.
|
||||
|
||||
|
||||
## Mailing Lists
|
||||
|
||||
For those who are interested, there are 2 mailing lists for participation in this project. To subscribe use the links below and include the word subscribe in the message body. (To unsubscribe, replace **subscribe** with **unsubscribe** in the message body)
|
||||
|
||||
* [announce-crypto-csharp-request@bouncycastle.org](mailto:announce-crypto-csharp-request@bouncycastle.org)
|
||||
This mailing list is for new release announcements only, general subscribers cannot post to it.
|
||||
* [dev-crypto-csharp-request@bouncycastle.org](mailto:dev-crypto-csharp-request@bouncycastle.org)
|
||||
This mailing list is for discussion of development of the package. This includes bugs, comments, requests for enhancements, questions about use or operation.
|
||||
|
||||
**NOTE:** You need to be subscribed to send mail to the above mailing list.
|
||||
|
||||
## Feedback
|
||||
|
||||
If you want to provide feedback directly to the members of **The Legion** then please use [feedback-crypto@bouncycastle.org](mailto:feedback-crypto@bouncycastle.org). If you want to help this project survive please consider [donating](https://www.bouncycastle.org/donate).
|
||||
|
||||
For bug reporting/requests you can report issues on [github](https://github.com/bcgit/bc-csharp), or via [feedback-crypto@bouncycastle.org](mailto:feedback-crypto@bouncycastle.org) if required. We will accept pull requests based on this repository as well, but only on the basis that any code included may be distributed under the [Bouncy Castle License](https://www.bouncycastle.org/licence.html).
|
||||
|
||||
## Finally
|
||||
|
||||
Enjoy!
|
||||
BIN
Binary file not shown.
+29053
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+29164
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+29053
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
Copyright (c) 2000-2024 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org).
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
||||
associated documentation files (the "Software"), to deal in the Software without restriction,
|
||||
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
||||
sub license, and/or sell copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions: The above copyright notice and this
|
||||
permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
|
||||
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
|
||||
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.**
|
||||
@@ -0,0 +1,45 @@
|
||||
# The Bouncy Castle Cryptography Library For .NET
|
||||
[](https://www.nuget.org/packages/BouncyCastle.Cryptography) [](https://www.nuget.org/packages/BouncyCastle.Cryptography)
|
||||
|
||||
The Bouncy Castle Cryptography library is a .NET implementation of cryptographic algorithms and protocols. It was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [https://www.bouncycastle.org](https://www.bouncycastle.org).
|
||||
|
||||
In addition to providing basic cryptography algorithms, the package also provides support for CMS, OpenPGP, (D)TLS, TSP, X.509 certificate generation and more. The package also includes implementations of the following NIST Post-Quantum Cryptography Standardization algorithms: CRYSTALS-Dilithium, CRYSTALS-Kyber, Falcon, SPHINCS+, Classic McEliece, FrodoKEM, NTRU, NTRU Prime, Picnic, Saber, BIKE, and SIKE. These should all be considered EXPERIMENTAL and subject to change or removal. SIKE in particular is already slated for removal and should be used for research purposes only.
|
||||
|
||||
The Legion also gratefully acknowledges the contributions made to this package by others (see [here](https://www.bouncycastle.org/csharp/contributors.html) for the current list). If you would like to contribute to our efforts please feel free to get in touch with us or visit our [donations page](https://www.bouncycastle.org/donate), sponsor some specific work, or purchase a [support contract](https://www.keyfactor.com/platform/bouncy-castle-support/).
|
||||
|
||||
Except where otherwise stated, this software is distributed under a license based on the MIT X Consortium license. To view the license, [see here](https://www.bouncycastle.org/licence.html). This software includes a modified Bzip2 library, which is licensed under the [Apache Software License, Version 2.0](http://www.apache.org/licenses/).
|
||||
|
||||
**Note**: This source tree is not the FIPS version of the APIs - if you are interested in our FIPS version please visit us [here](https://www.bouncycastle.org/fips-csharp) or contact us directly at [office@bouncycastle.org](mailto:office@bouncycastle.org).
|
||||
|
||||
## Installing BouncyCastle
|
||||
You should install [BouncyCastle with NuGet:](https://www.nuget.org/packages/BouncyCastle.Cryptography)
|
||||
|
||||
Install-Package BouncyCastle.Cryptography
|
||||
|
||||
Or via the .NET Core command line interface:
|
||||
|
||||
dotnet add package BouncyCastle.Cryptography
|
||||
|
||||
Either commands, from Package Manager Console or .NET Core CLI, will download and install BouncyCastle.Cryptography.
|
||||
|
||||
|
||||
## Mailing Lists
|
||||
|
||||
For those who are interested, there are 2 mailing lists for participation in this project. To subscribe use the links below and include the word subscribe in the message body. (To unsubscribe, replace **subscribe** with **unsubscribe** in the message body)
|
||||
|
||||
* [announce-crypto-csharp-request@bouncycastle.org](mailto:announce-crypto-csharp-request@bouncycastle.org)
|
||||
This mailing list is for new release announcements only, general subscribers cannot post to it.
|
||||
* [dev-crypto-csharp-request@bouncycastle.org](mailto:dev-crypto-csharp-request@bouncycastle.org)
|
||||
This mailing list is for discussion of development of the package. This includes bugs, comments, requests for enhancements, questions about use or operation.
|
||||
|
||||
**NOTE:** You need to be subscribed to send mail to the above mailing list.
|
||||
|
||||
## Feedback
|
||||
|
||||
If you want to provide feedback directly to the members of **The Legion** then please use [feedback-crypto@bouncycastle.org](mailto:feedback-crypto@bouncycastle.org). If you want to help this project survive please consider [donating](https://www.bouncycastle.org/donate).
|
||||
|
||||
For bug reporting/requests you can report issues on [github](https://github.com/bcgit/bc-csharp), or via [feedback-crypto@bouncycastle.org](mailto:feedback-crypto@bouncycastle.org) if required. We will accept pull requests based on this repository as well, but only on the basis that any code included may be distributed under the [Bouncy Castle License](https://www.bouncycastle.org/licence.html).
|
||||
|
||||
## Finally
|
||||
|
||||
Enjoy!
|
||||
BIN
Binary file not shown.
+29451
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+29573
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+29451
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 728 B |
Binary file not shown.
+7995
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+7995
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+7995
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+8023
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+8023
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+8023
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
+4788
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user