We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d08a25b + be53a63 commit 14a70d9Copy full SHA for 14a70d9
3 files changed
.gitignore
@@ -0,0 +1 @@
1
+node_modules/*
docs/.vuepress/styles/index.scss
@@ -0,0 +1,4 @@
+/* 1. 隐藏顶部导航栏的站点名称 (vp-site-name) */
2
+.vp-navbar .vp-site-name {
3
+ display: none !important;
4
+}
docs/README.md
@@ -15,7 +15,7 @@ actions:
15
16
17
18
-footer: MIT Licensed | Copyright (c) 2022-2025 RuriOSS
+footer: MIT Licensed | Copyright (c) 2022-present RuriOSS
19
---
20
21
## Highlights
0 commit comments