fix: Windows paths → ./gamepack/, empty Console.ReadLine guard

- SendPack(): C:\Users\Administrator\Desktop\temp\ → ./gamepack/
  (Path.Combine + Directory.CreateDirectory for cross-platform)
- WaitWanJiaShuRu(): add IsNullOrWhiteSpace + ss.Length checks
  before accessing ss[0]/ss[1] to prevent IndexOutOfRange on empty input
- .gitignore: add gamepack/ exclusion
This commit is contained in:
2026-07-07 12:56:39 +08:00
parent 49cc0f0df4
commit 025b8fc1e2
19 changed files with 85 additions and 63 deletions