Skip to content

Commit 7f03369

Browse files
committed
chore: update dependency
1 parent f81d07c commit 7f03369

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/.vitepress/theme/components/HeroActions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const downloadMenu = computed(() => {
253253
</a>
254254
</div>
255255
</div>
256-
<a v-if="actionDescText" class="action-desc" href="https://www.rainyun.com/lykin_?s=app" target="_blank">
256+
<a v-if="actionDescText" class="action-desc" href="https://www.rainyun.com/lykin_?s=web" target="_blank">
257257
{{ actionDescText }}
258258
</a>
259259
</div>

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"vitepress": "^1.6.4"
1010
},
1111
"dependencies": {
12-
"vite": "^7.1.3"
12+
"vite": "^7.1.4"
1313
}
1414
}

0 commit comments

Comments
 (0)