Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ef81sp committed Feb 5, 2024
1 parent 6232f84 commit 6d62d57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/components/NanimachiExplanationDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ const yuukoText = computed(() => (props.analysisResult.シャンテン数 === 0
props.analysisResult.シャンテン数
"
>
<h5 class="mt-16 md:text-xl">5ブロック</h5>
<ExplanationBlocks
v-for="(indivisual, i) in props.analysisResult.analysisResult._5ブロック.indivisuals"
:indivisual="indivisual"
:key="i"
/>
<h5 class="mt-16 md:text-xl">5ブロック</h5>
<ExplanationBlocks
v-for="(indivisual, i) in props.analysisResult.analysisResult._5ブロック.indivisuals"
:indivisual="indivisual"
:key="i"
/>
</template>
<template
v-if="
Expand Down
5 changes: 1 addition & 4 deletions src/views/HelpView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ import ScrollPanel from 'primevue/scrollpanel'
<h3 class="mb-3 mt-7 text-xl font-extrabold">更新履歴</h3>
<h4 class="mb-2 mt-4 font-semibold">2024/02/05</h4>
<ul class="mx-5 list-outside list-disc space-y-1">
<li>
不具合修正:
何待ちモードで七対子の有効牌が一部誤っていた問題を修正
</li>
<li>不具合修正: 何待ちモードで七対子の有効牌が一部誤っていた問題を修正</li>
<li>改善: 「塔子」 → 「搭子」 と表記を修正</li>
</ul>
<h4 class="mb-2 mt-4 font-semibold">2024/01/25</h4>
Expand Down

0 comments on commit 6d62d57

Please sign in to comment.