chore: 更新代码统计 [2026-05-22 08:03]

📊 统计摘要:
- 总代码: 4906 行
- 总文件: 30 个
- 语言数: 3 种
- 徽章数: 6 个

🔗 触发提交: 550e226
🤖 由 Gitea Actions 自动生成
This commit is contained in:
ci[bot] 2026-05-22 08:03:25 +00:00
parent 4a525b77f4
commit cdf7e2e3d8
7 changed files with 47 additions and 47 deletions

View File

@ -6,13 +6,13 @@
>
> 🤖 由 Gitea Actions 自动生成
>
> 📅 更新时间: 2026-05-22 07:53:08 UTC
> 📅 更新时间: 2026-05-22 08:03:25 UTC
## 📈 总体统计
| 统计项 | 数值 | 徽章 |
|--------|------|------|
| 💻 总代码行数 | **4902** 行 | ![总代码](./badges/total-lines.svg) |
| 💻 总代码行数 | **4906** 行 | ![总代码](./badges/total-lines.svg) |
| 📁 总文件数 | **30** 个 | ![总文件](./badges/total-files.svg) |
| 🌐 语言种类 | **3** 种 | ![语言种类](./badges/language-count.svg) |
@ -20,9 +20,9 @@
| 语言 | 代码行数 | 文件数 | 占比 | 徽章 |
|------|----------|--------|------|------|
| **Shell** | 1988 | 12 | 40.6% | ![Shell](./badges/shell-lines.svg) |
| **YAML** | 1826 | 6 | 37.3% | ![YAML](./badges/yaml-lines.svg) |
| **Python** | 215 | 1 | 4.4% | ![Python](./badges/python-lines.svg) |
| **Shell** | 1989 | 12 | 40.5% | ![Shell](./badges/shell-lines.svg) |
| **YAML** | 1826 | 6 | 37.2% | ![YAML](./badges/yaml-lines.svg) |
| **Python** | 218 | 1 | 4.4% | ![Python](./badges/python-lines.svg) |
---

View File

@ -1,10 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="20" role="img" aria-label="语言: 3 种">
<svg xmlns="http://www.w3.org/2000/svg" width="118" height="20" role="img" aria-label="语言: 3 种">
<title>语言: 3 种</title>
<rect width="48" height="20" fill="#555555" />
<rect x="48" width="48" height="20" fill="#purple" />
<rect width="96" height="20" rx="3" fill="transparent" />
<g fill="#ffffff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="24.0" y="14">语言</text>
<text x="72.0" y="14">3 种</text>
<rect width="118" height="20" rx="10" fill="#f6f8fa" stroke="#d0d7de" />
<rect x="64" y="3" width="44" height="14" rx="7" fill="#purple" />
<g text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="32.0" y="14" fill="#24292f">语言</text>
<text x="86.0" y="14" fill="#ffffff">3 种</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 500 B

After

Width:  |  Height:  |  Size: 495 B

View File

@ -1,9 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="146" height="20" role="img" aria-label="Python: 215 行">
<title>Python: 215 行</title>
<rect width="146" height="20" rx="10" fill="#f6f8fa" stroke="#d0d7de" />
<rect x="78" y="3" width="58" height="14" rx="7" fill="#3572A5" />
<g text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="39.0" y="14" fill="#24292f">Python</text>
<text x="107.0" y="14" fill="#ffffff">215 行</text>
<svg xmlns="http://www.w3.org/2000/svg" width="124" height="20" role="img" aria-label="Python: 218 行">
<title>Python: 218 行</title>
<rect width="62" height="20" fill="#555555" />
<rect x="62" width="62" height="20" fill="#3572A5" />
<rect width="124" height="20" rx="3" fill="transparent" />
<g fill="#ffffff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="31.0" y="14">Python</text>
<text x="93.0" y="14">218 行</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 508 B

View File

@ -1,9 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="146" height="20" role="img" aria-label="Shell: 1988 行">
<title>Shell: 1988 行</title>
<rect width="146" height="20" rx="10" fill="#f6f8fa" stroke="#d0d7de" />
<rect x="71" y="3" width="65" height="14" rx="7" fill="#4EAA25" />
<g text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="35.5" y="14" fill="#24292f">Shell</text>
<text x="103.5" y="14" fill="#ffffff">1988 行</text>
<svg xmlns="http://www.w3.org/2000/svg" width="124" height="20" role="img" aria-label="Shell: 1989 行">
<title>Shell: 1989 行</title>
<rect width="55" height="20" fill="#555555" />
<rect x="55" width="69" height="20" fill="#4EAA25" />
<rect width="124" height="20" rx="3" fill="transparent" />
<g fill="#ffffff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="27.5" y="14">Shell</text>
<text x="89.5" y="14">1989 行</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 508 B

View File

@ -1,10 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="103" height="20" role="img" aria-label="文件: 30 个">
<svg xmlns="http://www.w3.org/2000/svg" width="125" height="20" role="img" aria-label="文件: 30 个">
<title>文件: 30 个</title>
<rect width="48" height="20" fill="#555555" />
<rect x="48" width="55" height="20" fill="#green" />
<rect width="103" height="20" rx="3" fill="transparent" />
<g fill="#ffffff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="24.0" y="14">文件</text>
<text x="75.5" y="14">30 个</text>
<rect width="125" height="20" rx="10" fill="#f6f8fa" stroke="#d0d7de" />
<rect x="64" y="3" width="51" height="14" rx="7" fill="#green" />
<g text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="32.0" y="14" fill="#24292f">文件</text>
<text x="89.5" y="14" fill="#ffffff">30 个</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 497 B

View File

@ -1,10 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="20" role="img" aria-label="代码: 4902 行">
<title>代码: 4902 行</title>
<rect width="48" height="20" fill="#555555" />
<rect x="48" width="69" height="20" fill="#blue" />
<rect width="117" height="20" rx="3" fill="transparent" />
<g fill="#ffffff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="24.0" y="14">代码</text>
<text x="82.5" y="14">4902 行</text>
<svg xmlns="http://www.w3.org/2000/svg" width="139" height="20" role="img" aria-label="代码: 4906 行">
<title>代码: 4906 行</title>
<rect width="139" height="20" rx="10" fill="#f6f8fa" stroke="#d0d7de" />
<rect x="64" y="3" width="65" height="14" rx="7" fill="#blue" />
<g text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="32.0" y="14" fill="#24292f">代码</text>
<text x="96.5" y="14" fill="#ffffff">4906 行</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 502 B

View File

@ -1,9 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="139" height="20" role="img" aria-label="YAML: 1826 行">
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="20" role="img" aria-label="YAML: 1826 行">
<title>YAML: 1826 行</title>
<rect width="139" height="20" rx="10" fill="#f6f8fa" stroke="#d0d7de" />
<rect x="64" y="3" width="65" height="14" rx="7" fill="#CB171E" />
<g text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="32.0" y="14" fill="#24292f">YAML</text>
<text x="96.5" y="14" fill="#ffffff">1826 行</text>
<rect width="48" height="20" fill="#555555" />
<rect x="48" width="69" height="20" fill="#CB171E" />
<rect width="117" height="20" rx="3" fill="transparent" />
<g fill="#ffffff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="24.0" y="14">YAML</text>
<text x="82.5" y="14">1826 行</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 498 B

After

Width:  |  Height:  |  Size: 505 B