1
0
forked from bot/app

docs: Update

This commit is contained in:
2024-04-10 23:06:55 +08:00
parent 23353a3673
commit db0542279b
7 changed files with 83 additions and 18 deletions

View File

@ -40,11 +40,11 @@ const props = defineProps({
}
.item-card:hover {
border: 2px solid #00a6ff;
border: 2px solid $themeColor;
}
.item-name {
color: #00a6ff;
color: $themeColor;
font-size: 20px;
margin-bottom: 10px;
}
@ -58,7 +58,7 @@ const props = defineProps({
.icon {
width: 20px;
height: 20px;
color: #00000055;
color: $themeColor;
}
.author-info {

View File

@ -62,6 +62,7 @@ export default hopeTheme({
// 此处开启了很多功能用于演示,你应仅保留用到的功能。
mdEnhance: {
alert: true,
align: true,
attrs: true,
codetabs: true,