Skip to content

Commit

Permalink
Ver 1.2
Browse files Browse the repository at this point in the history
新增了聊天记录保存功能,可以将本地聊天记录保存在Core的SQL中
注:密码保存在系统本地变量中
  • Loading branch information
Core-65536 committed Jun 9, 2024
1 parent f428c20 commit 29f347b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/top/c0r3/talk/client/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public static void Process(String command) {
System.out.println("/help: Show this message");
System.out.println("/clear: Clear the screen");
System.out.println("/connect: Connect to another person");
System.out.println("/accept: Accept the connection");
System.out.println("/record: Record the chat history");
}
case "/clear" -> {
System.out.print("\033[H\033[2J");
Expand Down

0 comments on commit 29f347b

Please sign in to comment.