From d2b61833751ae6dbdbc563af4f524c86eed71dda Mon Sep 17 00:00:00 2001 From: Charliechen114514 <725610365@qq.com> Date: Sun, 7 Jun 2026 08:51:56 +0800 Subject: [PATCH] feat: add new contributors --- CONTRIBUTORS.md | 6 ++++ README.en.md | 1 + README.md | 1 + documents/en/team/index.md | 38 +++++++++++++++++++++++- documents/team/index.md | 50 +++++++++++++++++++++++++++++++- site/.vitepress/theme/custom.css | 29 ++++++++++++++++++ 6 files changed, 123 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f938b4c7d..711976a79 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -37,6 +37,12 @@ +### [YukunJ](https://github.com/YukunJ) + +**贡献类型**:🐛 💡 +**贡献渠道**:GitHub +**贡献说明**:修复 shared_ptr 和 variant 章节的文字错误,改进内容准确性 + ### [Doll-Attire](https://github.com/Doll-Attire) **贡献类型**:🎨 📝 diff --git a/README.en.md b/README.en.md index f25a80239..a85cdf582 100644 --- a/README.en.md +++ b/README.en.md @@ -203,6 +203,7 @@ Thanks to everyone who has contributed to this project! See [CONTRIBUTORS.md](./ |-------------|--------------| | [Charliechen](https://github.com/Charliechen114514) | 📝 Content · 🔍 Review · 💡 Examples | | [Doll-Attire](https://github.com/Doll-Attire) | 🎨 UI Design · 📝 UX Improvements | +| [YukunJ](https://github.com/YukunJ) | 🐛 Bug Reports · 💡 Content Fixes | > Contributions are not limited to code. UI design, illustrations, issue reports, and content suggestions all count. See [CONTRIBUTING.md](./CONTRIBUTING.md). diff --git a/README.md b/README.md index f6a79effe..e8f83721d 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Tutorial_AwesomeModernCPP/ |--------|---------| | [Charliechen](https://github.com/Charliechen114514) | 📝 内容 · 🔍 审阅 · 💡 示例 | | [Doll-Attire](https://github.com/Doll-Attire) | 🎨 界面设计 · 📝 体验改进 | +| [YukunJ](https://github.com/YukunJ) | 🐛 问题反馈 · 💡 内容修复 | > 贡献方式不限于代码,包括界面设计、插画、问题反馈、内容建议等。详见 [CONTRIBUTING.md](./CONTRIBUTING.md)。 diff --git a/documents/en/team/index.md b/documents/en/team/index.md index e05715af1..a4ea3d7ea 100644 --- a/documents/en/team/index.md +++ b/documents/en/team/index.md @@ -35,7 +35,7 @@ Some contributors have chosen to remain anonymous or use pseudonyms for privacy Charliechen
- Charliechen + Charliechen PR

Project Maintainer · Lead Author

📝 🔍 💡

Lead writer of the tutorial, resource collection and development, project architecture design, and basic daily maintenance

@@ -50,6 +50,42 @@ Some contributors have chosen to remain anonymous or use pseudonyms for privacy

Guided the UI design of this documentation site and provided important suggestions for improving the reading experience

+ + YukunJ +
+ YukunJ PR +

Content Fixes

+

🐛 💡

+

Fixed typos in the shared_ptr and variant chapters, improving content accuracy

+
+
+ + Leon19960120 +
+ Leon19960120 Issue +

Bug Reports

+

🐛

+

Reported 404 pages and text display issues

+
+
+ + REvolution2 +
+ REvolution2 Issue +

Bug Reports · Content Suggestions

+

🐛 📝

+

Raised questions and discussions about C++ character literal types

+
+
+ + L-Super +
+ L-Super Issue +

Bug Reports

+

🐛 💡

+

Reported expected example compilation failure

+
+
## How to Become a Contributor diff --git a/documents/team/index.md b/documents/team/index.md index d3847a4bf..b20ea8d42 100644 --- a/documents/team/index.md +++ b/documents/team/index.md @@ -26,16 +26,23 @@ description: "感谢所有为本项目做出贡献的人" 部分贡献者出于隐私考虑选择匿名或使用化名,我们对他们同样表示感谢。 ::: +主要维护者如下: +
Charliechen
- Charliechen + Charliechen PR

项目维护者 · 主要作者

📝 🔍 💡

教程主要编写者,资源收集和开发,项目架构设计与基础的日常维护

+
+ +非常感谢这些朋友的PR,或者是各种形式的支持!你们的帮助正在让这个项目变得更好,走得更远!(深鞠躬90°!) + +
Doll-Attire
@@ -45,6 +52,47 @@ description: "感谢所有为本项目做出贡献的人"

指导本文档站 UI 设计,提供重要的阅读体验改进意见

+ + YukunJ +
+ YukunJ PR +

内容修复

+

🐛 💡

+

修复 shared_ptr 和 variant 章节的文字错误,改进内容准确性

+
+
+
+ +这些同志提出的宝贵反馈,同样值得记录,正是你们的反馈让这个项目可以知晓真实的问题,督促我们改进!(继续深鞠躬90°!) + +
+ + Leon19960120 +
+ Leon19960120 Issue +

问题反馈

+

🐛

+

反馈 404 页面问题与文字显示异常

+
+
+ + REvolution2 +
+ REvolution2 Issue +

问题反馈与内容建议

+

🐛 📝

+

提出 C++ 字符字面量类型相关问题与讨论

+
+
+ + L-Super +
+ L-Super Issue +

问题反馈

+

🐛 💡

+

报告 expected 示例编译失败问题

+
+
## 如何成为贡献者 diff --git a/site/.vitepress/theme/custom.css b/site/.vitepress/theme/custom.css index d5a77da55..35933198e 100644 --- a/site/.vitepress/theme/custom.css +++ b/site/.vitepress/theme/custom.css @@ -764,6 +764,35 @@ line-height: 1.6; } +.contributor-card .card-badge { + display: inline-block; + margin-left: 8px; + padding: 1px 7px; + font-size: 11px; + font-weight: 600; + line-height: 18px; + border-radius: 9px; + vertical-align: middle; +} + +.contributor-card .card-badge.pr { + color: #fff; + background-color: #3fb950; +} + +.dark .contributor-card .card-badge.pr { + background-color: #238636; +} + +.contributor-card .card-badge.issue { + color: #fff; + background-color: #58a6ff; +} + +.dark .contributor-card .card-badge.issue { + background-color: #1f6feb; +} + @media (max-width: 639px) { .contributor-grid { grid-template-columns: 1fr;