Skip to content

Commit

Permalink
style: galgame Introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
KUN1007 committed Oct 18, 2024
1 parent 89055e1 commit a0c79c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/galgame/Introduction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ defineProps<{
</div>

<KunContent
class="kun-content"
:content="
getPreferredLanguageText(introduction, introductionLanguage as Language)
"
Expand All @@ -49,4 +50,8 @@ h2 {
font-size: 15px;
padding: 5px 10px;
}
.kun-content {
width: 100%;
}
</style>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kun-galgame-nuxt3",
"version": "2.19.9",
"version": "2.19.10",
"packageManager": "[email protected]",
"private": true,
"scripts": {
Expand Down

0 comments on commit a0c79c9

Please sign in to comment.