mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-01 19:48:17 +08:00
docs: let user know they can use custom theme of ant design
This commit is contained in:
parent
93352807a5
commit
41a1d2de9c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user