Skip to content

Commit c9af373

Browse files
committed
add footer info.
Signed-off-by: ncerzzk <huangcmzzk@gmail.com>
1 parent e88f2b3 commit c9af373

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
root: {
1010
label: '简体中文',
1111
lang: 'zh-CN',
12-
title: "座头鲸工作室",
12+
title: "座头鲸实验室",
1313
description: "HumpbackLab",
1414
themeConfig: {
1515
logo: '/logo.png',
@@ -29,6 +29,7 @@ export default defineConfig({
2929
{ icon: 'github', link: 'https://github.com/HumpbackLab' }
3030
],
3131
footer: {
32+
message: '<a href="https://beian.miit.gov.cn/" target="_blank">闽ICP备20002143号</a>',
3233
copyright: 'Copyright © 2026-present HumpbackLab'
3334
}
3435
}
@@ -56,6 +57,7 @@ export default defineConfig({
5657
{ icon: 'github', link: 'https://github.com/HumpbackLab' }
5758
],
5859
footer: {
60+
message: '<a href="https://beian.miit.gov.cn/" target="_blank">闽ICP备20002143号</a>',
5961
copyright: 'Copyright © 2026-present HumpbackLab'
6062
}
6163
}

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: home
33

44
hero:
5-
name: "座头鲸工作室"
5+
name: "座头鲸实验室"
66
text: "HumpbackLab"
77
tagline: 轻量级航模飞行控制解决方案
88

0 commit comments

Comments
 (0)