From b5cb22352648a44cb6d1922cdaaea567fdc2d101 Mon Sep 17 00:00:00 2001 From: PASSER-BY Date: Wed, 16 Nov 2022 14:20:03 +0800 Subject: [PATCH] =?UTF-8?q?updated=20=E5=85=B3=E7=B3=BB=E5=AF=B9=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pair.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pair.js b/src/pair.js index e22953c..7f5a0cc 100644 --- a/src/pair.js +++ b/src/pair.js @@ -14,7 +14,8 @@ export default { 'h,f#s,w':['翁媳'], 'h,m#s,w':['婆媳'], '[f|m],[f|m]#[s|d],[s|d]':['祖孙'], - 'f,[xb|xb,w]#xb,[s|d]':['叔侄'], + 'f,xb#xb,[s|d]':['叔侄'], + 'f,xb,w#xb,[s|d]':['婶侄'], 'f,[xs|xs,h]#xb,[s|d]':['姑侄'], 'm,[xb|xb,w]#xs,[s|d]':['舅甥'], 'm,[xs|xs,h]#xs,[s|d]':['姨甥'],