docs: update readme with image and fix tagline css

Add readme-image1.png to README.md for better visual guidance
Fix tagline wrapping issues in theme style.css
This commit is contained in:
sanbuphy
2026-01-12 15:34:58 +08:00
parent ab90283e1b
commit d33d85734d
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -38,6 +38,8 @@
## 📖 内容导航
![](assets/readme-image1.png)
### 总附录
[AI 能力词典:常见 AI 核心概念与名词、场景解释](docs/appendix/ai-capability-dictionary.md)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 348 KiB

+6
View File
@@ -55,3 +55,9 @@
max-height: 250px !important;
width: auto !important;
}
/* Fix tagline wrapping issues */
.VPHomeHero .tagline {
white-space: nowrap;
max-width: none !important;
}