mirror of
https://github.com/deepseek-ai/DeepSeek-R1.git
synced 2025-02-23 14:18:59 -05:00
Update README_zh.md
This commit is contained in:
parent
8bddd28790
commit
bc1027297c
31
README_zh.md
31
README_zh.md
@ -1,8 +1,29 @@
|
||||
<p align="center">
|
||||
<a href="./README.md" style="text-decoration: none">🌐 <strong>English</strong></a>
|
||||
<span style="color:lightgray"> | </span>
|
||||
<a href="./README_zh.md" style="text-decoration: none">🐉 <strong>简体中文</strong></a>
|
||||
</p>
|
||||
<div align="center">
|
||||
<a href="./README.md" style="--color-start: #00ff88; --color-end: #00a3ff">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" style="display:inline-block;vertical-align:-4px">
|
||||
<path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-1 15l-4-4l1.41-1.41L11 14.17l6.59-6.59L19 9l-8 8z"/>
|
||||
</svg>
|
||||
<span class="gradient-text">English</span>
|
||||
</a>
|
||||
<span style="color: rgba(255,255,255,0.3)"> ⬦ </span>
|
||||
<a href="./README_zh.md" style="--color-start: #ff6b6b; --color-end: #ffa600">
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" style="display:inline-block;vertical-align:-4px">
|
||||
<path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8s8 3.6 8 8s-3.6 8-8 8"/>
|
||||
</svg>
|
||||
<span class="gradient-text">简体中文</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.gradient-text {
|
||||
background: linear-gradient(45deg, var(--color-start), var(--color-end));
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
font-weight: 600;
|
||||
margin-left: 6px;
|
||||
}
|
||||
</style>
|
||||
# DeepSeek-R1
|
||||
<!-- markdownlint-disable first-line-h1 -->
|
||||
<!-- markdownlint-disable html -->
|
||||
|
Loading…
Reference in New Issue
Block a user