fixed some bugs

This commit is contained in:
2026-03-29 11:19:50 +08:00
parent ce677db88b
commit 430138f620
127 changed files with 1367 additions and 62 deletions

View File

@@ -12,7 +12,7 @@ namespace Writer
public partial class MainForm : Form
{
private static readonly HttpClient http = new HttpClient();
private const string ServerUrl = "http://localhost:5000";
private const string ServerUrl = " http://192.168.0.125:5000";
public MainForm()
{