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

21
justfile Normal file
View File

@@ -0,0 +1,21 @@
set shell := ["powershell.exe", "-NoLogo", "-Command"]
python := "python"
check:
cargo check --workspace
test:
cargo test --workspace
build-release:
cargo build --release -p sprimo-app
package-win:
{{python}} scripts/package_windows.py package
smoke-win:
{{python}} scripts/package_windows.py smoke
qa-validate:
{{python}} scripts/qa_validate.py