Skip to content

Commit

Permalink
feat: add compositional dakuten
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpoli committed Oct 12, 2024
1 parent 18f5dc6 commit 0306701
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/FloatMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ $effect(() => {
<InsertButton color={color} text={traditional} display={`${traditional}=${simplified}`} />
{/each}
</div>
<div class="panel">
<h3>其他</h3>
<InsertButton color="green" display="◌゙" text="" />
<InsertButton color="green" display="◌゚" text="" />
</div>
</div>
</div>
{:else}
Expand Down

0 comments on commit 0306701

Please sign in to comment.