We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e211acf commit 7ec328dCopy full SHA for 7ec328d
wechaty/config/config.go
@@ -14,6 +14,7 @@ const AtSeparatorRegexStr = "[\u2005\u0020]"
14
15
const FourPerEmSpace = string(rune(8197))
16
17
+// AtSeparatorRegex regular expression split '@'
18
var AtSeparatorRegex = regexp.MustCompile(AtSeparatorRegexStr)
19
20
func QRCodeForChatie() *filebox.FileBox {
0 commit comments