Skip to content

Commit

Permalink
docs: let user know they can use custom theme of ant design
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames committed Jan 11, 2021
1 parent 0e96cc8 commit 8e9cbff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e9cbff

Please sign in to comment.