diff --git a/README.md b/README.md
index d5acebfce33..5cbf9dc300b 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,9 @@
English | 中文
---
+## .NET Foundation
+[
](https://www.dotnetfoundation.org/)
+
This project is part of the .NET Foundation and operates under their code of conduct.
## Features - Enterprise-class UI designed for web applications. @@ -169,6 +172,11 @@ To start the wizard, use either of the following approaches 3. Commit 4. Create Pull Request +## Code of Conduct + +This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. +For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). + ## Donate If this project is helpful to you, please scan the QR code below for a cup of coffee. diff --git a/README.zh-CN.md b/README.zh-CN.md index 636ece5c59b..2f520ad0d23 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -15,6 +15,9 @@ English | 中文 --- +## .NET Foundation +[
](https://www.dotnetfoundation.org/)
+
## 项目介绍
Blazor 是一个使用 .NET 生成交互式客户端 Web UI 的框架:
@@ -39,7 +42,7 @@ Blazor 是一个使用 .NET 生成交互式客户端 Web UI 的框架:
目前 `BootstrapBlazor` 团队由六名热爱开源的技术达人组成,其中有四名 **微软最有价值专家(Microsoft MVP)** ;成立了大约 2000 人的 `Blazor 中文社区` 积极响应,只讨论 Blazor 相关技术
-本组件库内置 **150** 多个组件,作者所在几家公司的项目均在重度使用,大多数组件都是在实际项目中提炼出来,非常适合国人操作习惯,大大节约开发时间,不像有些开源作品甚至作者本人都不使用,遇到问题从根本上无法解决,提交 Issue 也是让其自行解决并帮忙 PR 到其仓库
+本组件库内置 **200** 多个组件,作者所在几家公司的项目均在重度使用,大多数组件都是在实际项目中提炼出来,非常适合国人操作习惯,大大节约开发时间,不像有些开源作品甚至作者本人都不使用,遇到问题从根本上无法解决,提交 Issue 也是让其自行解决并帮忙 PR 到其仓库
作者与团队积极处理 Issue 社区中积极回答问题,绝对不会一个开源仓库有几百上千 Issue 不予处理,当需求合理,即使是新功能也会积极响应并尽快提供新版本不会出现让提交者自己实现功能并提交 PR 的行为
@@ -69,7 +72,7 @@ WTM 快速开发框架,设计的核心理念就是 "尽一切可能提高开
### 克隆代码
```shell
-git clone https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
+git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run
```
@@ -202,7 +205,7 @@ Blazor 应用基于组件。 Blazor 中的组件是指 UI 元素,例如页面
### 上海智通建设发展股份有限公司
-特别鸣谢胡总对本项目的鼎力赞助 **10000** 元
+特别鸣谢对本项目的鼎力赞助 **10000** 元
@@ -213,6 +216,11 @@ Blazor 应用基于组件。 Blazor 中的组件是指 UI 元素,例如页面
3. 提交代码
4. 新建 Pull Request
+## 行为准则
+
+本项目采用了《贡献者公约》所定义的行为准则,以明确我们社区的预期行为。
+更多信息请见 [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
+
## 捐助
如果这个项目对您有所帮助,请扫下方二维码打赏一杯咖啡。
diff --git a/src/BootstrapBlazor.Server/Components/Pages/Index.razor b/src/BootstrapBlazor.Server/Components/Pages/Index.razor
index 81c80c180a9..6433c257611 100644
--- a/src/BootstrapBlazor.Server/Components/Pages/Index.razor
+++ b/src/BootstrapBlazor.Server/Components/Pages/Index.razor
@@ -3,7 +3,7 @@
@page "/index"
@page "/home"
-@Localizer["SubTitle"] @@ -36,4 +36,10 @@