Skip to content

Commit 5c53ba7

Browse files
committed
嘿嘿
1 parent b9f190e commit 5c53ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default defineConfig({
6565
],
6666
themeConfig: {
6767
// https://vitepress.dev/reference/default-theme-config
68-
logo: '/logo_super.svg',
68+
logo: '/logo.jpg',
6969
nav: nav_tmp,
7070
outline: [2, 3, 4],
7171
socialLinks: [

docs/index/IndexPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414
<div class="content">
1515
<div style="cursor: pointer" @click="openLink">
16-
<img id="index-logo" alt="星梦起航,点击跳转~" src="/logo_super.svg">
16+
<img id="index-logo" alt="星梦起航,点击跳转~" src="/logo.jpg">
1717
</div>
1818
<div id="box-cursor">
1919
<span id="box"></span>

0 commit comments

Comments
 (0)