From 3ededf1c9d2f1d6eb726532a4199db677845da6d Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Mon, 29 Jul 2024 16:57:31 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20correct=20stroke=20order=20for=20li=20pa?=
 =?UTF-8?q?rt=20of=20=E8=A3=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #36
---
 build/gen-hanzi-data/query-overrides.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build/gen-hanzi-data/query-overrides.ts b/build/gen-hanzi-data/query-overrides.ts
index 4966790..6807925 100644
--- a/build/gen-hanzi-data/query-overrides.ts
+++ b/build/gen-hanzi-data/query-overrides.ts
@@ -3,6 +3,7 @@ export const queryFlips = new Map<string, Array<[number, number]>>(
     里: [[4, 5]],
     量: [[9, 10]],
     埋: [[7, 8]],
+    裡: [[9, 10]],
     黑: [[5, 6]],
     點: [[5, 6]],
     墨: [[5, 6]],
-- 
GitLab