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:
@@ -38,6 +38,8 @@
|
||||
|
||||
## 📖 内容导航
|
||||
|
||||

|
||||
|
||||
### 总附录
|
||||
|
||||
[AI 能力词典:常见 AI 核心概念与名词、场景解释](docs/appendix/ai-capability-dictionary.md)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 348 KiB |
@@ -55,3 +55,9 @@
|
||||
max-height: 250px !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
/* Fix tagline wrapping issues */
|
||||
.VPHomeHero .tagline {
|
||||
white-space: nowrap;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user