feat: 添加store

This commit is contained in:
2025-03-23 21:43:15 +08:00
parent cbbb48af97
commit ef50106e5c
9 changed files with 105 additions and 28 deletions

View File

@@ -19,16 +19,16 @@ h3 {
@apply text-lg font-bold;
}
@utility card-subtitle {
@apply text-sm text-gray-500;
@apply text-sm ;
}
@utility card-description {
@apply text-gray-700 break-words;
@apply break-words;
}
@utility card-code {
@apply bg-gray-100 p-2;
}
@utility card-body {
@apply text-gray-700;
@apply p-2;
}
@utility card-key {
@apply text-xs;