mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 04:00:55 +00:00
docs: Update
This commit is contained in:
@ -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 {
|
||||
|
@ -62,6 +62,7 @@ export default hopeTheme({
|
||||
|
||||
// 此处开启了很多功能用于演示,你应仅保留用到的功能。
|
||||
mdEnhance: {
|
||||
alert: true,
|
||||
align: true,
|
||||
attrs: true,
|
||||
codetabs: true,
|
||||
|
Reference in New Issue
Block a user