添加知识产权部分
All checks were successful
CI Pipeline / build (push) Successful in 2m59s

This commit is contained in:
2025-09-08 14:28:17 +08:00
parent b7d788e959
commit b33b48fb0f
7 changed files with 38 additions and 1 deletions

View File

@@ -39,8 +39,14 @@ export default defineConfig({
socialLinks: [ socialLinks: [
{ icon: 'github', link: ' https://github.com/mengning/DevStar' } { 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: { footer: {
copyright: 'Copyright © 2025-present devstar contributors', message: '<a href="/copyright/index">Copyright © 2025-present DevStar Contributors</a>',
copyright: '' // 留空避免重复
}, },
// 设置搜索框的样式 // 设置搜索框的样式
search: { search: {

View File

@@ -143,4 +143,29 @@ h2.text:hover {
.dark .curtain { .dark .curtain {
background-color: #1b1b1f !important; 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
View File

@@ -0,0 +1,6 @@
# 知识产权
![alt text](/public/intellectual-property-images1.png)
![alt text](/public/intellectual-property-images2.png)
![alt text](/public/intellectual-property-images3.png)
![alt text](/public/intellectual-property-images4.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB