From 21a9d46ba2bfaba1f54c5c7d30f1c47374a6d45f Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Mon, 29 Jul 2024 17:20:47 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20add=20=E2=BB=92=20stroke=20table=20data?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 build/gen-hanzi-data/stroke-type-overrides.ts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/build/gen-hanzi-data/stroke-type-overrides.ts b/build/gen-hanzi-data/stroke-type-overrides.ts
index 2ead1fc..27e7d67 100644
--- a/build/gen-hanzi-data/stroke-type-overrides.ts
+++ b/build/gen-hanzi-data/stroke-type-overrides.ts
@@ -1472,6 +1472,15 @@ export const strokeTypeOverrides = new Map<string, StrokeType[]>(
       StrokeType.SHU,
       StrokeType.HENGPIE,
       StrokeType.NA
+    ],
+    '⻒': [
+      StrokeType.HENG,
+      StrokeType.SHU,
+      StrokeType.HENG,
+      StrokeType.HENG,
+      StrokeType.HENG,
+      StrokeType.PIEZHE,
+      StrokeType.DIAN
     ]
   })
 )
-- 
GitLab