diff --git a/client/Reader/MainForm.cs b/client/Reader/MainForm.cs index 8dd7eb9..10d59dc 100644 --- a/client/Reader/MainForm.cs +++ b/client/Reader/MainForm.cs @@ -115,8 +115,8 @@ namespace Reader var sb = new StringBuilder(); foreach (var b in hash) sb.Append(b.ToString("x2")); return sb.ToString(); - } - + } + private void MainForm_Load(object sender, EventArgs e) { dgv.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.None; @@ -154,11 +154,10 @@ namespace Reader var code = row.Cells["eryi_ID"].Value?.ToString()?.Trim() ?? ""; if (!string.IsNullOrWhiteSpace(code) && code != "无") { - OpenWithShell($"https://www.21cnjy.com/H/3/309824/{code}.shtml"); + OpenWithShell($"https://www.21cnjy.com/H/3/309824/{code}.shtml?token=mK2x9Pq7Rf4Tz8Wv1Lc3Yh5Nj6Bs0Ad9Eg2Hj3Kl4Mp5Qr6St7Uv8Wx9Yz0Ab1Cd"); } } } - private static void OpenWithShell(string target) { try