Skip to content

Commit 94efbcb

Browse files
committed
Change VPM Link Text
1 parent d15b177 commit 94efbcb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.vitepress/config.mts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default defineConfig({
121121
]
122122
},
123123
{
124-
text: 'VPM 包管理器',
124+
text: 'Vix 包管理器',
125125
collapsed: true,
126126
items: [
127127
{ text: 'VPM 主页', link: '/vpm/zh_CN/' },
@@ -131,7 +131,7 @@ export default defineConfig({
131131
]
132132
},
133133
{
134-
text: 'VPM Package Manager',
134+
text: 'Vix Package Manager',
135135
collapsed: true,
136136
items: [
137137
{ text: 'VPM Main Page', link: '/vpm/en/' },
@@ -180,7 +180,7 @@ export default defineConfig({
180180
],
181181
'/vpm/': [
182182
{
183-
text: 'VPM 包管理器',
183+
text: 'Vix 包管理器',
184184
collapsed: true,
185185
items: [
186186
{ text: 'VPM 主页', link: '/vpm/zh-CN/' },
@@ -190,7 +190,7 @@ export default defineConfig({
190190
]
191191
},
192192
{
193-
text: 'VPM Package Manager',
193+
text: 'Vix Package Manager',
194194
collapsed: true,
195195
items: [
196196
{ text: 'VPM Main Page', link: '/vpm/en/' },
@@ -202,7 +202,7 @@ export default defineConfig({
202202
],
203203
'/vpm/en/': [
204204
{
205-
text: 'VPM Package Manager',
205+
text: 'Vix Package Manager',
206206
collapsed: true,
207207
items: [
208208
{ text: 'What is VPM?', link: '/vpm/en/what-is-vpm' },
@@ -213,7 +213,7 @@ export default defineConfig({
213213
],
214214
'/vpm/zh_CN/': [
215215
{
216-
text: 'VPM 包管理器',
216+
text: 'Vix 包管理器',
217217
collapsed: true,
218218
items: [
219219
{ text: '什么是 VPM?', link: '/vpm/zh_CN/what-is-vpm' },

0 commit comments

Comments
 (0)