From e9df4e9140eaa55f1b275cdaaeaec7bdb48ef268 Mon Sep 17 00:00:00 2001 From: Dvel Date: Mon, 31 Oct 2022 21:44:27 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E5=8F=96=E6=B6=88=E5=A4=A7=E5=86=99?= =?UTF-8?q?=E6=97=B6=E5=87=8F=E5=8F=B7=E7=BF=BB=E9=A1=B5=E8=A2=AB=E8=A6=86?= =?UTF-8?q?=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rime_ice.schema.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rime_ice.schema.yaml b/rime_ice.schema.yaml index 6b50a39..5eff3cf 100755 --- a/rime_ice.schema.yaml +++ b/rime_ice.schema.yaml @@ -6,7 +6,7 @@ schema: schema_id: rime_ice name: 雾凇拼音 - version: "1.0.0" + version: "1.0.1" author: - Dvel description: | @@ -142,13 +142,13 @@ punctuator: recognizer: patterns: email: "^[A-Za-z][-_.0-9A-Za-z]*@.*$" - uppercase: "[A-Z][-_+.'0-9A-Za-z]*$" + uppercase: "[A-Z][_+.'0-9A-Za-z]*$" url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$" url_2: "^[a-z]+[.].*" # 支持 google.com(不以 www 开头)的网址,会导致句号不会让句子上屏,或使用句号翻页时需要注释掉 win_path: "^[A-Za-z]:.*" # 支持 c:\file\path 之类的路径输入 colon: "^[A-Za-z]+:.*" # 上面的超集,冒号在句子中不直接上屏 # punct: "^/([0-9]+[a-z]*|[a-z]+)$" - punct: "^v([0-9]|10|[A-Za-z]+)$" # 用「v」替换「/」并支持大写 + punct: "^v([0-9]|10|[A-Za-z]+)$" # 响应 punctuator/symbols(symbols_custom.yaml) 用「v」替换「/」并支持大写 reverse_lookup: "^u[A-Za-z]+$" # 响应两分的反查