Skip to content

Commit 771e721

Browse files
committed
📝docs: 更新首页和侧边栏以添加壁纸推荐内容
将首页的链接文本和路径更新为“壁纸推荐”,并新增了壁纸推荐的文档。同时,调整了侧边栏的手动排序,以提升用户导航体验和内容的可访问性。
1 parent 8a07f1d commit 771e721

6 files changed

Lines changed: 187 additions & 37 deletions

File tree

docs/.vitepress/cache/deps/@theojs_lumen.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/cache/deps/@theojs_lumen.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/cache/deps/_metadata.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
2-
"hash": "dcfff21e",
2+
"hash": "3b751518",
33
"configHash": "edf18eec",
4-
"lockfileHash": "7f36c989",
5-
"browserHash": "15083203",
4+
"lockfileHash": "00b00166",
5+
"browserHash": "641b65ac",
66
"optimized": {
77
"vue": {
88
"src": "../../../../node_modules/.pnpm/vue@3.5.17_typescript@5.8.3/node_modules/vue/dist/vue.runtime.esm-bundler.js",
99
"file": "vue.js",
10-
"fileHash": "ddabe8b9",
10+
"fileHash": "07fc3bd9",
1111
"needsInterop": false
1212
},
1313
"vitepress > @vue/devtools-api": {
1414
"src": "../../../../node_modules/.pnpm/@vue+devtools-api@7.7.7/node_modules/@vue/devtools-api/dist/index.js",
1515
"file": "vitepress___@vue_devtools-api.js",
16-
"fileHash": "49a3e470",
16+
"fileHash": "9e145a6e",
1717
"needsInterop": false
1818
},
1919
"vitepress > @vueuse/core": {
2020
"src": "../../../../node_modules/.pnpm/@vueuse+core@12.8.2_typescript@5.8.3/node_modules/@vueuse/core/index.mjs",
2121
"file": "vitepress___@vueuse_core.js",
22-
"fileHash": "3de53394",
22+
"fileHash": "ccf84b29",
2323
"needsInterop": false
2424
},
2525
"medium-zoom": {
2626
"src": "../../../../node_modules/.pnpm/medium-zoom@1.1.0/node_modules/medium-zoom/dist/medium-zoom.esm.js",
2727
"file": "medium-zoom.js",
28-
"fileHash": "bea180cc",
28+
"fileHash": "3971ee33",
2929
"needsInterop": false
3030
},
3131
"nprogress-v2/dist/index.js": {
3232
"src": "../../../../node_modules/.pnpm/nprogress-v2@1.1.10/node_modules/nprogress-v2/dist/index.js",
3333
"file": "nprogress-v2_dist_index__js.js",
34-
"fileHash": "e1e2b41b",
34+
"fileHash": "14703038",
3535
"needsInterop": true
3636
},
3737
"@theojs/lumen": {
38-
"src": "../../../../node_modules/.pnpm/@theojs+lumen@6.1.1_vue@3.5.17_typescript@5.8.3_/node_modules/@theojs/lumen/types/index.ts",
38+
"src": "../../../../node_modules/.pnpm/@theojs+lumen@6.3.1_vue@3.5.17_typescript@5.8.3_/node_modules/@theojs/lumen/types/index.ts",
3939
"file": "@theojs_lumen.js",
40-
"fileHash": "b1406b54",
40+
"fileHash": "71b9e167",
4141
"needsInterop": false
4242
},
4343
"canvas-confetti": {
4444
"src": "../../../../node_modules/.pnpm/canvas-confetti@1.9.3/node_modules/canvas-confetti/dist/confetti.module.mjs",
4545
"file": "canvas-confetti.js",
46-
"fileHash": "a0be99d6",
46+
"fileHash": "0e620a17",
4747
"needsInterop": false
4848
},
4949
"@vueuse/core": {
5050
"src": "../../../../node_modules/.pnpm/@vueuse+core@13.5.0_vue@3.5.17_typescript@5.8.3_/node_modules/@vueuse/core/index.mjs",
5151
"file": "@vueuse_core.js",
52-
"fileHash": "646f9184",
52+
"fileHash": "5ed66995",
5353
"needsInterop": false
5454
}
5555
},

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const vitePressSidebarOptions = {
116116
// 根据文件Frontmatter中title的值显示标题
117117
useTitleFromFrontmatter: true,
118118
// 按文件名(包括扩展名)数组的顺序排序。如果数组中没有与文件名匹配的值,排序优先级将被退回。这适用于文件和目录,同样的排列规则也适用于子目录。
119-
manualSortFileNameByPriority: ['编程', '策略', '游戏新闻'],
119+
manualSortFileNameByPriority: ['壁纸推荐', '游戏新闻', '策略', '编程'],
120120
}
121121

122122
export default defineConfig(withSidebar(vitePressOptions, vitePressSidebarOptions))

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ hero:
1212
alt: 背景图
1313
actions:
1414
- theme: brand
15-
text: 开始
16-
link: /编程/1-Vue笔记
15+
text: 壁纸推荐
16+
link: /壁纸推荐/1-Wallpaper精选壁纸推荐
1717
- theme: alt
18-
text: API Examples
19-
link: /编程/8-api-examples
18+
text: 游戏新闻
19+
link: /游戏新闻/1-MSI半决赛
2020

2121
features:
2222
- icon: ⚡️
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
---
2+
title: Wallpaper精选壁纸推荐1️⃣
3+
order: 0
4+
---
5+
6+
# 七月最新Wallpaper精选壁纸推荐,28张量大管饱
7+
8+
好久没推荐壁纸了,闲来无事推荐一些,这一期黑白风较多~都是精心挑选,但难免掺杂个人主观审美,见谅。
9+
10+
## 1. 物语花绫
11+
> 简单又好看。
12+
13+
![作者:秋山澪与蓝白碗 | 类型:视频 110MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/8e9a07e14d5cc05a5518f16fda49f10e/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
14+
15+
## 2. Zenless Zone zero Vivian
16+
> 中间箭头状的彩色部分随鼠标移动而移动,算是比较有意思的设计,图也很好看。
17+
18+
![作者:agho | 类型:场景 29MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/82955811e82cabfb1aa515a2c561d5f8/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
19+
20+
## 3. 黎歌neeko可爱出框动态壁纸~
21+
> 构图有趣,色彩明亮,可爱~
22+
23+
![作者:苗 | 类型:视频 50MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/736218700e0d915aa32206e629c382bd/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
24+
25+
## 4. Webcore/Nightcore Hatsune Miku
26+
> 略带复古,形式很有意思呀,图框都是可拖动的。
27+
28+
![作者:-bromz- | 场景:2MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/ff60a54b470e61fc5bbc705db8ef2fb3/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
29+
30+
## 5. Time Variation时间变化】Elaina 伊蕾娜:闲憩微息——夜莺Night【魔女之旅】Day Night Gradient
31+
> 伊蕾娜可爱捏,听说今年有第二季!光线效果会随时间变化。推荐一下这个作者的其他壁纸也都很不错。
32+
33+
![作者:-夜莺Night | 类型:场景 321MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/e5e51d82fc476cf779548aa2f4e139ca/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
34+
35+
## 6. Ender Hatsune Miku WUHD (4K)
36+
> 很喜欢这种大头照风格,有个大显示屏效果应该不错
37+
38+
![作者:endercrop2011 | 类型:场景 29MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/bd77ecffddeccee34fb36d01ae89705b/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
39+
40+
## 7. 時の向う
41+
> 很精美的动漫风景~
42+
43+
![作者:长崎素世 | 类型:场景 27MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/c2a0a607d3b441242a8a22d35065e09b/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
44+
45+
## 8.【黏糊小猫】窝在家里吃火锅
46+
> 配上音乐,火锅咕噜噜的冒泡声,很宁静的氛围。另外这个系列还有很多,搜这个作者即可。
47+
48+
![作者:黏糊小猫 | 类型:视频 2MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/8c97d3195560b2dfcc1a1da86f115e04/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
49+
50+
## 9. 【无职转生】Roxy 洛琪希 4K超分 60FPS
51+
> 还行。
52+
53+
![作者:ROBIN. | 类型:视频 187MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/6efda9de0df40a8784ecd34e2f19844e/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
54+
55+
## 10. cyberwalker Saber Waiting for you
56+
> 挺简约的,颜色比较舒服。
57+
58+
![作者:DranX | 类型:场景 14MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/32f6948bc41624a378aa89d2fc61704d/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
59+
60+
## 11. Winter Romance 冬之恋——夜莺Night
61+
> 雪天,女孩,微红的脸。好喜欢这样的场景。
62+
63+
![作者:-夜莺Night | 类型:场景 62MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/bc67736bca79f1a52f60477a2c771760/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
64+
65+
## 12. Outer Wilds
66+
> 要一起烤棉花糖吗?
67+
68+
![作者:nikogmer | 类型:场景 22MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/493a8a5475c1f60691cb3a74c2438125/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
69+
70+
## 13. A snow-covered dark Gothic city 4K
71+
> 还行。
72+
73+
![作者:Mikinga | 类型:场景 37MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/f44f4a4c9d285bc287a89f5db71c2524/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
74+
75+
## 14. Shiny Sora - WALLHACK
76+
> 挺好但说不上哪里好。
77+
78+
![作者:Bazon-WALLHACK | 类型:视频 14MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/111bdcca3489bcb3687072abc855a42c/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
79+
80+
## 15. 赤澪-NineZERO [4K] 客制化鼠标垫专属角色
81+
> 瞳色随鼠标位置变化。
82+
83+
![作者:澪氿qwq | 类型;场景 16MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/a40db80eb64b6a96106ae3a019301422/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
84+
85+
## 16. Nikke Anachiro Cinderella Glass Princess
86+
> 这个系列还有很多,搜nikke即可。
87+
88+
![作者:thekingh4stur | 类型:网页· 7MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/fbb7686403c4f84e5d41894c2f2c88e9/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
89+
90+
## 17. TWINS PAD - WALLHACK
91+
> 黑白真不错。
92+
93+
![作者:Bazon-WALLHACK | 类型:场景 15MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/d14c840d650401c52fb6ce7fe5808d9e/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
94+
95+
## 18. Ushio Noa. Blue Archive.
96+
> 黑白真不错
97+
98+
![作者:northway | 类型:场景 15MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/cf51a3bf80f484a0f9d9ae23de1d4592/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
99+
100+
## 19. Win11娘_视奸
101+
> 我会一直视奸你......
102+
103+
![作者:BLK.Asuka | 场景:场景2MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/4dfaa14b2b3e7c1268325cc0fee79cfd/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
104+
105+
## 20. 도기코기 Doggie Corgi
106+
> 颜色很柔和,看着很舒服。
107+
108+
![作者:stgoindol | 类型:视频 222MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/1954454398f26a83646d86b26f4362a7/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
109+
110+
## 21. 链锯人 蕾塞篇
111+
> 色彩真不错。
112+
113+
![作者:Heart Shot | 类型:场景 5MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/309feaf9ad9a3cf2e500f25fbc9c202b/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
114+
115+
## 22. Anime girl
116+
> 黑白红真好。
117+
118+
![作者:ここに | 类型:视频 37MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/e7b6fbdb32f5dc7bb94ce53fe31bd30d/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
119+
120+
## 23. Persona 5 Royal - JP Themes
121+
> Cool!
122+
123+
![作者:MnMi | 类型:场景167MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/455da63b0f7c7bd62074f8ef1f77c671/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
124+
125+
## 24. dramatic sky with storm clouds
126+
> 还不错的风景类。
127+
128+
![作者:SalyutSashh | 类型:场景 21MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/b24de68aa0feb4dd04810e9a6bffe6b1/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
129+
130+
## 25. 'There's wind' Chill & Study [Animated][W Lofi]
131+
> 这种画风叫什么?很喜欢。
132+
133+
![作者:Cxhamp | 类型:场景 88MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/c482016f60d4c49304339bf4c9282eea/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
134+
135+
## 26.【4k】Green Wheat Fields, Auvers - Vincent Willem van Gogh/绿色麦田,奥维尔 - 文森特·梵·高(1853 - 1890)
136+
> 好看且护眼。
137+
138+
![作者:湍明 | 类型:场景 15MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/5ae50cc11d100b0f3ca165c8166447a5/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
139+
140+
## 27. [4K-60FPS] [Zenya ASMR 2024 Walpaper]
141+
> 看着很安心。
142+
143+
![作者:ナノカルト | 类型:视频 215MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/d1a67a56d2f5c334d9ef5baf612d1b5d/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
144+
145+
## 28. 黑白塞西莉亚
146+
> 总之很喜欢黑白风。
147+
148+
![作者:ANJING | 类型:场景 26MB](https://imgheybox.max-c.com/web/bbs/2025/07/12/bd7feae06dfdfb923c23c1e295d480b2/thumb.png?imageMogr2/format/webp/quality/75/auto-orient/ignore-error/1)
149+
150+
**好了,这期壁纸推荐就到这里了!有用的话还请多多点赞充电评论加收藏呀!感谢!**

0 commit comments

Comments
 (0)