Contributions are welcome.
- Fork the repository and create a focused branch.
- Keep credentials, personal paths, logs, screenshots with private content,
and runtime
settings.jsonout of commits. - Run
./scripts/build.ps1 -Packageon Windows. - Verify Simplified Chinese, Traditional Chinese, and English when changing visible text.
- Open a pull request describing the behavior change and verification.
All user-facing strings belong in src/Localization.cs. Every key must exist
in all three tables: zh-CN, zh-TW, and en.
Prefer small changes. Avoid unrelated formatting or generated binaries in source pull requests. Release binaries are produced by GitHub Actions.