From 7a10b0e1940becbeea4569ad5ae2f1af05a6e0f5 Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Mon, 29 Jul 2024 17:23:43 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20add=20=E2=BA=9B=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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/build/gen-hanzi-data/stroke-type-overrides.ts b/build/gen-hanzi-data/stroke-type-overrides.ts
index 27e7d67..3760e92 100644
--- a/build/gen-hanzi-data/stroke-type-overrides.ts
+++ b/build/gen-hanzi-data/stroke-type-overrides.ts
@@ -1481,6 +1481,12 @@ export const strokeTypeOverrides = new Map<string, StrokeType[]>(
       StrokeType.HENG,
       StrokeType.PIEZHE,
       StrokeType.DIAN
+    ],
+    'βΊ›': [
+      StrokeType.HENG,
+      StrokeType.SHUZHE,
+      StrokeType.PIE,
+      StrokeType.SHUWANGOU
     ]
   })
 )
-- 
GitLab