Skip to content

Commit 89f675a

Browse files
committed
fix ConsoleWriter QR output
1 parent 008912f commit 89f675a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WeChatBot.Net/Util/ConsoleWriter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ namespace WeChatBot.Net.Util
77
{
88
public class ConsoleWriter
99
{
10-
private const string Black = "¨€¨€";
11-
private const string White = " ";
10+
private const string Black = "¨€";
11+
private const string White = "¡¡";
1212

1313
/// <summary>
1414
///

0 commit comments

Comments
 (0)