Skip to content

Commit da71a5b

Browse files
authored
Merge pull request #156 from LynPtl/feat/update-readme
feat(docs): enhance README presentation
2 parents 4af1c3b + e22b291 commit da71a5b

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

README.en.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22
<a href="./README.md">简体中文</a> | <a href="./README.en.md">English</a>
33
</p>
44

5-
# Involution Hell Knowledge Base
5+
<p align="center">
6+
<a href="https://involutionhell.github.io">
7+
<img src="./public/mascot.svg" width="150">
8+
</a>
9+
</p>
10+
<p align="center"><a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com/?font=Fira+Code&weight=700&size=32&pause=1000&color=f6671b&center=true&vCenter=true&width=280&lines=Involution+Hell&duration=3000" alt="Typing SVG" /></a></p>
11+
12+
<p align="center">
13+
<img alt="Next.js" src="https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white" />
14+
<img alt="TypeScript" src="https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white" />
15+
<img alt="Tailwind CSS" src="https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwindcss&logoColor=white" />
16+
<img alt="Vercel" src="https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white" />
17+
<a href="https://github.com/InvolutionHell/involutionhell.github.io/blob/main/LICENSE">
18+
<img alt="License" src="https://img.shields.io/github/license/InvolutionHell/involutionhell.github.io?style=for-the-badge&color=blue">
19+
</a>
20+
</p>
21+
22+
623

724
## 📋 About
825

@@ -64,6 +81,8 @@ Community contributions are always welcome:
6481

6582
For the full workflow, PR checklist, and UI collaboration guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
6683

84+
[![Contributors](https://contrib.rocks/image?repo=InvolutionHell/involutionhell.github.io)](https://github.com/InvolutionHell/involutionhell.github.io/graphs/contributors)
85+
6786
## 🖼️ Documentation & Assets
6887

6988
The repo ships with automated image migration and linting. Learn how to place assets, reference images, and structure frontmatter in:

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,25 @@
22
<a href="./README.md">简体中文</a> | <a href="./README.en.md">English</a>
33
</p>
44

5-
# 内卷地狱知识库
5+
<p align="center">
6+
<a href="https://involutionhell.github.io">
7+
<img src="./public/mascot.svg" width="150">
8+
</a>
9+
</p>
10+
11+
<h1 align="center">内卷地狱知识库</h1>
12+
13+
<p align="center">
14+
<img alt="Next.js" src="https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white" />
15+
<img alt="TypeScript" src="https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white" />
16+
<img alt="Tailwind CSS" src="https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwindcss&logoColor=white" />
17+
<img alt="Vercel" src="https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white" />
18+
<a href="https://github.com/InvolutionHell/involutionhell.github.io/blob/main/LICENSE">
19+
<img alt="License" src="https://img.shields.io/github/license/InvolutionHell/involutionhell.github.io?style=for-the-badge&color=blue">
20+
</a>
21+
</p>
22+
23+
624

725
## 📋 关于
826

@@ -74,6 +92,8 @@ pnpm dev
7492

7593
完整流程、PR 检查与 UI 协作约定请参考 [CONTRIBUTING.md](CONTRIBUTING.md)
7694

95+
[![Contributors](https://contrib.rocks/image?repo=InvolutionHell/involutionhell.github.io)](https://github.com/InvolutionHell/involutionhell.github.io/graphs/contributors)
96+
7797
## 🖼️ 文档与资产
7898

7999
仓库提供自动化图片迁移与 Lint 规则。如何放置图片、引用资产、撰写 Frontmatter 等细节已在贡献指南中整理:

0 commit comments

Comments
 (0)