From 0ad5c28452177d04f0e7c8a5a901f0e7001cbef8 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <a51820432@unet.univie.ac.at> Date: Sun, 26 May 2024 17:35:57 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Strich=206=20in=20=E8=A2=AB=20auf=20heng?= =?UTF-8?q?gou=20korrigiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #328 --- build/gen-hanzi-data/stroke-type-overrides.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build/gen-hanzi-data/stroke-type-overrides.ts b/build/gen-hanzi-data/stroke-type-overrides.ts index 49a6a83..f2e2f9c 100644 --- a/build/gen-hanzi-data/stroke-type-overrides.ts +++ b/build/gen-hanzi-data/stroke-type-overrides.ts @@ -1460,6 +1460,18 @@ export const strokeTypeOverrides = new Map<string, StrokeType[]>( StrokeType.DIAN, StrokeType.DIAN, StrokeType.HENG + ], + θΆ«: [ + StrokeType.DIAN, + StrokeType.HENGPIE, + StrokeType.SHU, + StrokeType.PIE, + StrokeType.DIAN, + StrokeType.HENGGOU, + StrokeType.PIE, + StrokeType.SHU, + StrokeType.HENGPIE, + StrokeType.NA ] }) ) -- GitLab