Skip to content

Commit

Permalink
feat: add more ligatures
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpoli committed Oct 12, 2024
1 parent 69ee817 commit 18f5dc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/FloatMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,12 @@ $effect(() => {
<h3>合字</h3>
<InsertButton color="green" text="" />
<InsertButton color="green" text=" ͡と" />
<InsertButton color="green" text="" />
<InsertButton color="green" text="" />
<InsertButton color="green" text="𬼂" />
<InsertButton color="green" text="𬻿" />
<InsertButton color="green" text="" />
<InsertButton color="green" text="𪜈" />
<InsertButton color="green" text="𬼀" />
</div>
<div class="panel">
<h3><button onclick={() => {
Expand Down

0 comments on commit 18f5dc6

Please sign in to comment.