Add: windows mvp - transparent bugs not fixed

This commit is contained in:
DaZuo0122
2026-02-12 22:58:33 +08:00
commit 61825f647d
147 changed files with 28498 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# QA Evidence Template
Use this block inside `issues/issueN.md` under `## Verification`.
```md
### Commands Run
- [ ] `cargo check --workspace`
- [ ] `cargo test --workspace`
- [ ] `just qa-validate`
### Command Output Summary
- `cargo check --workspace`: pass/fail, key notes
- `cargo test --workspace`: pass/fail, key notes
- `just qa-validate`: pass/fail, key notes
### Screenshots
- Before:
- `issues/screenshots/issueN-before-YYYYMMDD-HHMMSS.png`
- After:
- `issues/screenshots/issueN-after-YYYYMMDD-HHMMSS.png`
### Visual Assertions
- [ ] Overlay is transparent where expected
- [ ] Window size/placement behavior matches expected result
- [ ] Sprite/background alpha behavior matches expected result
### Reviewer Record
- Date:
- Verified by:
- Final result:
- Notes:
```