docs: let user know they can use custom theme of ant design

This commit is contained in:
ElderJames 2021-01-11 13:22:35 +08:00
parent 93352807a5
commit 41a1d2de9c
3 changed files with 5 additions and 1 deletions

View File

@ -36,5 +36,5 @@ jobs:
echo "Publishing Version: ${VERSION}"
npm install
dotnet build components/AntDesign.csproj -c Release
dotnet pack components/AntDesign.csproj /p:PackageVersion=$VERSION -c Release -o publish --no-build --no-restore
dotnet pack components/AntDesign.csproj /p:PackageVersion=$VERSION -c Release -o publish
dotnet nuget push publish/*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY --skip-duplicate

View File

@ -67,6 +67,8 @@ WebAssembly 静态托管页面示例
与 Ant Design 设计规范定期同步,你可以在线查看[同步日志](https://github.com/ant-design-blazor/ant-design-blazor/actions?query=workflow%3A%22Style+sync+Bot%22)。
因此,你可以直接使用在 Ant Design 中的自定义主题样式。
## 📦 安装
- 先安装 [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1) 3.1.300 以上版本,推荐 .NET 5

View File

@ -68,6 +68,8 @@ WebAssembly static hosting examples:
Regularly synchronize with Official Ant Design specifications, you can check the [sync logs](https://github.com/ant-design-blazor/ant-design-blazor/actions?query=workflow%3A%22Style+sync+Bot%22) online.
Therefore, you can use the custom theme styles of Ant Design directly.
## 📦 Installation Guide
- Install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1) 3.1.300 or later, .NET 5 is even better.