北栀

Results 2 comments of 北栀

发在这里了 ![Screenshot_2023-04-15-15-27-16-343_org telegram messenger web](https://user-images.githubusercontent.com/107910984/232195739-49a0163d-5d2f-4d5c-86bc-f68cc5fdd562.jpg)

@yisuixinq @sfcaiz1216 我用的是wubi86方案,在wubi86.custom.yaml中添加以下内容: ``` recognizer: # import_preset: default patterns: email: "^[A-Za-z][-_.0-9A-Za-z]*@.*$" punct: "^/([0-9]0?|[A-Za-z]+)$" reverse_lookup: "^z[a-z]*'?$" # uppercase: "[A-Z][-_+.'0-9A-Za-z]*$" url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$" ``` 参考:https://www.zhihu.com/question/342476247