From 4c3db21cb87bfb494eed7bfc43c98ff91b63d06b Mon Sep 17 00:00:00 2001 From: amzxyz Date: Sat, 20 Dec 2025 13:33:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=97=B4=E6=8E=A5=E8=BE=85=E5=8A=A9?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=A2=9E=E5=8A=A0=E7=9B=B4=E6=8E=A5=E5=A4=A7?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wanxiang_algebra.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wanxiang_algebra.yaml b/wanxiang_algebra.yaml index 57c5ca3..dec34ba 100644 --- a/wanxiang_algebra.yaml +++ b/wanxiang_algebra.yaml @@ -1807,14 +1807,8 @@ pro: - erase/^(.+);(.+)$/ # 删除原始编码加速检索 - xform/◯/;/ #对于微软双拼、搜狗双拼,前面将分号保护了起来,现在放出来让其发挥作用 # 以下直接大写辅助 - - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1$2\u$3$4| - - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1$2$3\u$4| - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1$2\u$3\u$4| - - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1\u$3$2$4| - - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1$3$2\u$4| - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1\u$3$2\u$4| - - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1\u$3$4$2| - - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1$3\u$4$2| - derive|^(..)(\d?)/([a-z])([a-z]?)$|$1\u$3\u$4$2| #反查转写段落