This commit is contained in:
@@ -39,8 +39,14 @@ export default defineConfig({
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: ' https://github.com/mengning/DevStar' }
|
||||
],
|
||||
// footer: [
|
||||
// copyright: 'Copyright © 2025-present devstar contributors',
|
||||
// [Copyright © 2025-present Devstar Contributors](https://github.com/mengning/DevStar)
|
||||
// { copyright: 'Copyright © 2025-present devstar contributors', link: 'https://github.com/mengning/DevStar' }
|
||||
// ] as any,
|
||||
footer: {
|
||||
copyright: 'Copyright © 2025-present devstar contributors',
|
||||
message: '<a href="/copyright/index">Copyright © 2025-present DevStar Contributors</a>',
|
||||
copyright: '' // 留空避免重复
|
||||
},
|
||||
// 设置搜索框的样式
|
||||
search: {
|
||||
|
@@ -143,4 +143,29 @@ h2.text:hover {
|
||||
|
||||
.dark .curtain {
|
||||
background-color: #1b1b1f !important;
|
||||
}
|
||||
|
||||
/* 底下著作权部分 */
|
||||
.VPFooter .message a {
|
||||
/* 基础状态(非悬浮) */
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
/* 继承父级文字颜色(匹配第一张图的灰色) */
|
||||
|
||||
/* 悬浮状态 */
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
color: #2563eb;
|
||||
/* 标准蓝色,色值可调整 */
|
||||
transition: all 0.2s ease;
|
||||
/* 平滑过渡效果 */
|
||||
}
|
||||
}
|
||||
|
||||
/* 实现知识产权部分居中 */
|
||||
.vp-doc._copyright_ {
|
||||
margin-left: 210px !important;
|
||||
/* 强制右移 */
|
||||
width: calc(100% - 120px);
|
||||
/* 防止溢出 */
|
||||
}
|
6
docs/copyright/index.md
Normal file
6
docs/copyright/index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# 知识产权
|
||||
|
||||

|
||||

|
||||

|
||||

|
BIN
docs/public/intellectual-property-images1.png
Normal file
BIN
docs/public/intellectual-property-images1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
BIN
docs/public/intellectual-property-images2.png
Normal file
BIN
docs/public/intellectual-property-images2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 556 KiB |
BIN
docs/public/intellectual-property-images3.png
Normal file
BIN
docs/public/intellectual-property-images3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
docs/public/intellectual-property-images4.png
Normal file
BIN
docs/public/intellectual-property-images4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
Reference in New Issue
Block a user