第一次提交

This commit is contained in:
2025-12-15 23:16:59 +08:00
commit 3e0da32c18
93 changed files with 14105 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
// you can change config here
$theme-color: #DC143C;

View File

@@ -0,0 +1,13 @@
// place your custom styles here
// .vuepress/styles/index.scss
/* .vuepress/styles/index.scss */
.hitokoto-text {
color: #DC143C !important; // 替换为你想要的颜色
}
.hitokoto-author {
color: #DC143C!important; // 可选:也可自定义作者名颜色
}

View File

@@ -0,0 +1 @@
// you can change colors here